changing links ot new signin

This commit is contained in:
2025-01-28 15:12:28 -05:00
parent 0ab4c88264
commit 8b95c9356d
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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: [