Skip to content

Commit

Permalink
Fix storybook snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslan-sed committed Oct 3, 2024
1 parent 184d593 commit a678317
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import React from 'react'
import { Page, Typography } from '@toptal/picasso'

const Example = () => (
<div>
<Page>
<Page.Footer copyrightContent={<CopyrightContent />} />
</div>
</Page>
)

const CopyrightContent = () => (
Expand Down
4 changes: 2 additions & 2 deletions packages/base/Page/src/PageFooter/story/Default.example.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import React from 'react'
import { Page } from '@toptal/picasso'

const Example = () => (
<div>
<Page>
<Page.Footer />
</div>
</Page>
)

export default Example
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ const StyledLink = styled(Link)`
`

const Example = () => (
<div>
<Page>
<Page.Footer rightContent={<Links />} />
</div>
</Page>
)

const Links = () => (
Expand Down

0 comments on commit a678317

Please sign in to comment.