Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
feat(COR-1873): Added underline on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-van-eekelen committed Jan 15, 2024
1 parent 04a3cbd commit 4cb3569
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ function MetadataItem({ icon, label, items, referenceLink, accessibilityText, ac
{item.href && (
<ExternalLink
href={item.href}
underline="hover"
ariaLabel={
accessibilityText && accessibilitySubject
? replaceVariablesInText(accessibilityText, {
Expand Down

0 comments on commit 4cb3569

Please sign in to comment.