Skip to content

Commit

Permalink
add title to stories
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed May 21, 2024
1 parent 354e1c7 commit df2dc03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Button/Button.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { StoryObj, Meta } from '@storybook/react'
import { Button } from './Button'

const meta = {
title: 'Components/Button',
component: Button,
args: {
children: 'Button',
Expand Down
1 change: 1 addition & 0 deletions src/components/RestaurantCard/RestaurantCard.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { restaurants } from '../../stub/restaurants'
import { RestaurantCard } from './RestaurantCard'

const meta = {
title: 'Components/RestaurantCard',
component: RestaurantCard,
parameters: {
design: {
Expand Down

0 comments on commit df2dc03

Please sign in to comment.