Skip to content

Commit

Permalink
fix(Hyperlinks): fix hyperlinks snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Jan 24, 2023
1 parent ac6ac02 commit ade621b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/__snapshots__/Hyperlinks.stories.storyshot
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ exports[`Storyshots Hyperlinks All Variants 1`] = `
</HyperlinkIcon>
<a
href="https://cofacts.org"
rel="noopener noreferrer"
rel="noopener noreferrer "
target="_blank"
>
https://cofacts.org
Expand Down Expand Up @@ -135,7 +135,7 @@ exports[`Storyshots Hyperlinks All Variants 1`] = `
</HyperlinkIcon>
<a
href="https://cofacts.org"
rel="noopener noreferrer"
rel="noopener noreferrer "
target="_blank"
>
https://cofacts.org
Expand Down Expand Up @@ -186,7 +186,7 @@ exports[`Storyshots Hyperlinks All Variants 1`] = `
</HyperlinkIcon>
<a
href="https://not-found.org"
rel="noopener noreferrer"
rel="noopener noreferrer "
target="_blank"
>
https://not-found.org
Expand Down

0 comments on commit ade621b

Please sign in to comment.