Skip to content

Commit

Permalink
docs(Link): update story name
Browse files Browse the repository at this point in the history
  • Loading branch information
booc0mtaco committed Jun 3, 2024
1 parent bdbf9df commit 76479c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Link/Link-v2.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const Emphasis: StoryObj<Args> = {
/**
* We also include an inverse variant, for use on dark backgrounds.
*/
export const InverseRanks: StoryObj<Args> = {
export const Inverse: StoryObj<Args> = {
args: {
variant: 'inverse',
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/Link/__snapshots__/Link-v2.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ exports[`<Link /> Emphasis story renders snapshot 1`] = `
</div>
`;

exports[`<Link /> InverseRanks story renders snapshot 1`] = `
exports[`<Link /> Inverse story renders snapshot 1`] = `
<div
class="w-96 bg-[var(--eds-color-blue-850)] p-1 text-center"
>
Expand Down

0 comments on commit 76479c1

Please sign in to comment.