mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-05 18:26:45 -05:00
changing links ot new signin
This commit is contained in:
@@ -363,7 +363,7 @@ export default function PopNav() {
|
||||
href="/login"
|
||||
className="text-sm font-medium text-gray-700 hover:text-gray-800"
|
||||
>
|
||||
Sign In beats me
|
||||
Sign In
|
||||
</a>
|
||||
<span aria-hidden="true" className="h-6 w-px bg-gray-200" />
|
||||
</div>
|
||||
|
||||
@@ -14,7 +14,7 @@ const navigation = {
|
||||
account: [
|
||||
{ name: 'Accounts', href: '/Admin/Accounts' },
|
||||
{ name: 'My Account', href: '/MyAccount' },
|
||||
{ name: 'Register', href: '/signin' },
|
||||
{ name: 'Register', href: '/login' },
|
||||
{ name: 'Guides', href: '/Guides' },
|
||||
],
|
||||
about: [
|
||||
|
||||
Reference in New Issue
Block a user