mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 22:53:25 +00:00
feat: add i18n with type safety
This commit is contained in:
@@ -57,7 +57,7 @@ export default function Navbar() {
|
||||
{isAuthenticated && !!user ? (
|
||||
<>
|
||||
<li>
|
||||
<Link href={PATHS.APP}>Dashboard</Link>
|
||||
<Link href={PATHS.DASHBOARD}>Dashboard</Link>
|
||||
</li>
|
||||
<li>
|
||||
<a href={PATHS.AUTH.LOGOUT}>
|
||||
|
||||
Reference in New Issue
Block a user