Skip to content

Commit

Permalink
Fix snaps website link pointing to the wrong URL
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Oct 31, 2023
1 parent c3f6e17 commit f9ccd1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const SnapAuthorshipExpanded = ({ snapId, className, snap }) => {
alignItems={AlignItems.flexEnd}
>
<ButtonLink
href={installOrigin.origin}
href={safeWebsite}
target="_blank"
overflowWrap={OverflowWrap.Anywhere}
>
Expand Down

0 comments on commit f9ccd1c

Please sign in to comment.