Skip to content

Commit

Permalink
fix: accordion link was without href
Browse files Browse the repository at this point in the history
- also use target as `_blank`
  • Loading branch information
lfjnascimento committed Jul 19, 2024
1 parent a89f14f commit 4516df0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/src/components/LinkGroup/LinkGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const LinksGroup = ({ links }: ILinkGroup): JSX.Element => {
icon={link.icon}
linkText={link.linkText}
key={link.link}
link={link.link}
/>
),
);
Expand Down

0 comments on commit 4516df0

Please sign in to comment.