Add Wrapped link to student nav

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-23 14:25:48 +05:00
parent 06b8d9f64b
commit 0a1425301d
+3
View File
@@ -54,6 +54,9 @@ export default async function StudentLayout({ children }: { children: React.Reac
{schoolName} {schoolName}
</Link> </Link>
<div className="flex items-center gap-4"> <div className="flex items-center gap-4">
<Link href="/wrapped" className="text-sm hover:underline" style={{ color: "var(--muted-foreground)" }}>
Wrapped
</Link>
<Link href="/questions" className="text-sm hover:underline" style={{ color: "var(--muted-foreground)" }}> <Link href="/questions" className="text-sm hover:underline" style={{ color: "var(--muted-foreground)" }}>
Вопросы Вопросы
</Link> </Link>