Skip to content

Commit

Permalink
fixed link
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustPaulsrud committed Mar 9, 2024
1 parent 7014d30 commit cd3ef62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/shared/NavigationMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ const ListItem = React.forwardRef<
return (
<li>
<NavigationMenuLink asChild>
<Link
<a
ref={ref}
className={cn(
"block select-none space-y-1 rounded-md p-3 leading-none no-underline outline-none transition-colors hover:bg-stone-900",
Expand All @@ -238,7 +238,7 @@ const ListItem = React.forwardRef<
<p className="line-clamp-2 text-sm leading-snug text-stone-400">
{children}
</p>
</Link>
</a>
</NavigationMenuLink>
</li>
)
Expand Down

0 comments on commit cd3ef62

Please sign in to comment.