This commit is contained in:
@@ -36,7 +36,7 @@ export function SiteFooter({ isAdmin = false }: SiteFooterProps) {
|
||||
))}
|
||||
{isAdmin ? (
|
||||
<a href={buildAdminUrl()} className="text-muted-foreground hover:text-foreground">
|
||||
{tNav("root")}
|
||||
{tNav("admin")}
|
||||
</a>
|
||||
) : null}
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user