Skip to content

Commit

Permalink
Update packages/ui/src/footer/top-section.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Gach <[email protected]>
  • Loading branch information
cdedreuille and kylegach authored Aug 28, 2024
1 parent 50a6767 commit 8edc61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/footer/top-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const Circle: FC<CircleProps> = ({ children, href, variant, name }) => {
href={href}
rel="noreferrer"
target="_blank"
aria-label={`Got to ${name}`}
aria-label={name}
>
{children}
</a>
Expand Down

0 comments on commit 8edc61e

Please sign in to comment.