Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
feat: navigate to the item on short link click (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReidyT authored Dec 6, 2023
1 parent 5cd117e commit a30b801
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/item/sharing/shortLink/ShortLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ const ShortLink = ({
<StyledLink
id={buildShortLinkUrlTextId(platform)}
textAlign={textAlign}
href={url}
target="_blank"
>
{url}
</StyledLink>
Expand Down

0 comments on commit a30b801

Please sign in to comment.