mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 12:36:57 +00:00
Sign in mechanism
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { useTranslations } from "next-intl";
|
||||
|
||||
import AuthButton from "@/components/AuthButton";
|
||||
import { Link } from "@/utils/navigation";
|
||||
|
||||
import Hamburger from "./Hamburger";
|
||||
@@ -47,6 +48,8 @@ export default function Navbar() {
|
||||
</Link>
|
||||
</li>
|
||||
))}
|
||||
|
||||
<AuthButton />
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user