Skip to content

Commit

Permalink
fixup! fixup! Feat(web-react): Introduce Footer component #DS-1368
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelklibani committed Sep 24, 2024
1 parent 5dc3c7d commit f88fb51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/web-react/src/components/Footer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ the `<h3>` element matches the value of the `aria-labelledby` attribute of the `
</h3>
<Stack elementType="ul" spacing="space-500" hasSpacing>
<li>
<a href="https://www.example.com">Link</a>
<Link href="https://www.example.com">Link</Link>
</li>
<li>
<a href="https://www.example.com">Link</a>
<Link href="https://www.example.com">Link</Link>
</li>
<li>
<a href="https://www.example.com">Link</a>
<Link href="https://www.example.com">Link</Link>
</li>
</Stack>
</nav>
Expand Down Expand Up @@ -124,9 +124,9 @@ This section is optional and consists of a [Flex][flex] layout with secondary li
>
{/* Repeat the `<li>` block for each secondary link. */}
<li>
<a href="https://www.example.com">
<Link href="https://www.example.com">
Legal notice
</a>
</Link>
</li>
</Flex>
</nav>
Expand Down

0 comments on commit f88fb51

Please sign in to comment.