Fix typos in Turkish labels in site-navbar

This commit is contained in:
Poyraz
2026-03-16 11:16:18 +03:00
committed by GitHub
parent bb2ddfdb45
commit 64155dae65
+2 -2
View File
@@ -105,7 +105,7 @@ export function SiteNavbar() {
<span>Sosyal</span>
</DropdownMenuTrigger>
<DropdownMenuContent align="end" className="w-52 rounded-sm">
<DropdownMenuLabel>Sosyal Bağlantılar</DropdownMenuLabel>
<DropdownMenuLabel>Sosyal Bağlantılar</DropdownMenuLabel>
<DropdownMenuSeparator />
{SOCIAL_LINKS.map((item) => (
<DropdownMenuItem key={item.id} asChild>
@@ -131,7 +131,7 @@ export function SiteNavbar() {
<span>Menü</span>
</SheetTrigger>
<SheetContent side="right" className="w-72 p-4">
<SheetTitle className="sr-only">Mobil Menü</SheetTitle>
<SheetTitle className="sr-only">Mobil Menü</SheetTitle>
<div className="flex flex-col gap-4">
<SheetClose asChild>
<button