mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 10:46:44 -05:00
lucia authentication
This commit is contained in:
@@ -205,10 +205,10 @@ export default function PopNav() {
|
||||
<div className="space-y-6 border-t border-gray-200 px-4 py-6">
|
||||
<div className="flow-root">
|
||||
<a
|
||||
href="/signin"
|
||||
href="/login"
|
||||
className="-m-2 block p-2 font-medium text-gray-900"
|
||||
>
|
||||
Sign in
|
||||
Sign In
|
||||
</a>
|
||||
</div>
|
||||
<div className="flow-root">
|
||||
@@ -360,10 +360,10 @@ export default function PopNav() {
|
||||
<div className="ml-auto flex items-center">
|
||||
<div className="hidden lg:flex lg:flex-1 lg:items-center lg:justify-end lg:space-x-6">
|
||||
<a
|
||||
href="/signin"
|
||||
href="/login"
|
||||
className="text-sm font-medium text-gray-700 hover:text-gray-800"
|
||||
>
|
||||
Sign In
|
||||
Sign In beats me
|
||||
</a>
|
||||
<span aria-hidden="true" className="h-6 w-px bg-gray-200" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user