Skip to content

Commit

Permalink
feat: footer props利用の例をトルツメした
Browse files Browse the repository at this point in the history
  • Loading branch information
oti committed Jun 11, 2024
1 parent 959b6d9 commit 34dcd80
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import React from 'react'

import { Text } from '../Text'

import { Footer } from './Footer'

import { ErrorScreen } from '.'

export default {
Expand Down Expand Up @@ -48,9 +46,4 @@ export const WithoutChildren: StoryFn = () => (
/>
)
WithoutChildren.storyName = 'without children'

export const WithFooter: StoryFn = () => (
<ErrorScreen links={[{ label: 'ホームへ', url: 'http://example.com' }]} footer={<Footer />} />
)
WithFooter.storyName = 'with footer'
All.storyName = 'all'

0 comments on commit 34dcd80

Please sign in to comment.