Add questions nav links and admin unread badge

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-19 13:49:18 +05:00
parent d2362a3f1e
commit bd1e77c2a3
5 changed files with 40 additions and 5 deletions
+3
View File
@@ -44,6 +44,9 @@ export default async function StudentLayout({ children }: { children: React.Reac
{schoolName}
</Link>
<div className="flex items-center gap-4">
<Link href="/questions" className="text-sm hover:underline" style={{ color: "var(--muted-foreground)" }}>
Вопросы
</Link>
<Link href="/profile" className="text-sm hover:underline" style={{ color: "var(--muted-foreground)" }}>
{session.user.name}
</Link>