diff --git a/packages/web-react/docs/stories/examples/FooterContent.stories.tsx b/packages/web-react/docs/stories/examples/FooterContent.stories.tsx index 1e3372334b..3cc91190a8 100644 --- a/packages/web-react/docs/stories/examples/FooterContent.stories.tsx +++ b/packages/web-react/docs/stories/examples/FooterContent.stories.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import { Button } from '../../../src/components/Button'; +import { ButtonLink } from '../../../src/components/ButtonLink'; import { Container } from '../../../src/components/Container'; import { Divider } from '../../../src/components/Divider'; import { Flex } from '../../../src/components/Flex'; @@ -264,7 +264,7 @@ export const FooterCompositions = (args: FooterCompositionsProps) => { )} {/* Divider */} - {showDividers && numberOfLinkColumns > 0 && } + {showDividers && numberOfLinkColumns > 0 && } {/* Grid with product logo, social media links and language switch */} { {showSocialMediaButtons && (
  • - +
  • - +
  • - +
  • - +
  • - +
  • )} @@ -329,7 +329,7 @@ export const FooterCompositions = (args: FooterCompositionsProps) => {
    {/* Divider */} - {showDividers && showSecondaryLinks && } + {showDividers && showSecondaryLinks && } {/* Flex with secondary links */} {showSecondaryLinks && ( @@ -342,22 +342,22 @@ export const FooterCompositions = (args: FooterCompositionsProps) => { isWrapping >
  • - + Legal notice
  • - + Terms of service
  • - + Privacy policy
  • - + Manage cookies
  • diff --git a/packages/web-react/src/components/Footer/README.md b/packages/web-react/src/components/Footer/README.md index a7f396b92e..5353504b61 100644 --- a/packages/web-react/src/components/Footer/README.md +++ b/packages/web-react/src/components/Footer/README.md @@ -90,16 +90,16 @@ Use the [Product Logo][product-logo] component to display the logo of your produ ### Social Media Links -Use the secondary [Button][button] component to create social media links inside a [Flex][flex] container. +Use the secondary [ButtonLink][buttonlink] component to create social media links inside a [Flex][flex] container. ```jsx {/* Repeat the `
  • ` block for each social media link. */}
  • - +
  • ``` @@ -161,7 +161,7 @@ This section is optional and consists of a [Flex][flex] layout with secondary li {/* Divider */} - + {/* Grid with product logo, social media links and language switch */}
  • - +
  • - +
  • - +
  • @@ -209,7 +209,7 @@ This section is optional and consists of a [Flex][flex] layout with secondary li {/* Divider */} - + {/* Flex with secondary links */}