Skip to content

Commit

Permalink
Move Skip Link into Screen in example as well
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Oct 28, 2024
1 parent 7bf2741 commit d9aafe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storybook/src/pages/amsterdam/HomePage/HomePage.docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ The starting page of an application generally provides a broad overview of subje
A typical layout for a homepage:

```tsx
<SkipLink href="#main">Direct naar inhoud</SkipLink>
<Screen maxWidth="wide">
<Screen>
<SkipLink href="#main">Direct naar inhoud</SkipLink>
<Grid>
<Header />
</Grid>
Expand Down

0 comments on commit d9aafe4

Please sign in to comment.