fix(navbar): prevent dropdown prop leaking to links

This commit is contained in:
poyrazavsever
2026-07-16 12:39:13 +03:00
parent 1ebad10166
commit 462378f6c6
+1 -1
View File
@@ -257,7 +257,7 @@ export function SiteNavbar({ theme, onThemeChange }: SiteNavbarProps) {
<DropdownMenuLabel>{t("socialLinks")}</DropdownMenuLabel> <DropdownMenuLabel>{t("socialLinks")}</DropdownMenuLabel>
<DropdownMenuSeparator /> <DropdownMenuSeparator />
{SOCIAL_LINKS.map((item) => ( {SOCIAL_LINKS.map((item) => (
<DropdownMenuItem key={item.id} asChild interactiveMotion="shift"> <DropdownMenuItem key={item.id} asChild>
<a <a
href={item.href} href={item.href}
target="_blank" target="_blank"