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