Skip to content

Commit

Permalink
Merge pull request #15 from andostronaut/develop
Browse files Browse the repository at this point in the history
fix: links do not have a discernible name
  • Loading branch information
andostronaut authored Jul 13, 2024
2 parents 623674b + 82ae8a5 commit 82ea42f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export default function Navbar() {
<Tooltip>
<TooltipTrigger asChild>
<Link
aria-label={social.name}
href={social.url}
className={cn(
buttonVariants({ variant: 'ghost', size: 'icon' }),
Expand Down

0 comments on commit 82ea42f

Please sign in to comment.