Skip to content

Commit

Permalink
docs: removed Footer white link story
Browse files Browse the repository at this point in the history
  • Loading branch information
zeddotes committed Jan 19, 2023
1 parent fdf4302 commit 2a37cd4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/components/Link/Link.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export const Default = Template.bind({});
export const RegularLinkwithEmphasis = Template.bind({});
export const TitleLink = Template.bind({});
export const FooterBlueLink = Template.bind({});
export const FooterWhiteLink = Template.bind({});
export const BreadcrumbsLink = Template.bind({});
export const CardActionLink = Template.bind({});

Expand Down Expand Up @@ -42,13 +41,6 @@ FooterBlueLink.args = {
linkStyle: "smfooterBlue",
};

FooterWhiteLink.args = {
id: "link",
text: "Small link - Footer white",
href: "/",
linkStyle: "smfooterWhite",
};

BreadcrumbsLink.args = {
id: "link",
text: "Small link - Breadcrumbs & French toggle",
Expand Down

0 comments on commit 2a37cd4

Please sign in to comment.