Skip to content

Commit

Permalink
storybook: update title
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Dec 27, 2024
1 parent de80bed commit e42cf07
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import { DayChip } from './index.js'
const { Story } = defineMeta<typeof DayChip>({
title: 'Atom/DayChip',
title: 'Atom/Day Chip',
component: DayChip,
tags: ['autodocs'],
argTypes: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import { GenedChip } from './index.js'
const { Story } = defineMeta<typeof GenedChip>({
title: 'Atom/GenedChip',
title: 'Atom/Gened Chip',
component: GenedChip,
tags: ['autodocs'],
argTypes: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import * as RadioGroup from './index.js'
const { Story } = defineMeta({
title: 'Atom/RadioGroup',
title: 'Atom/Radio Group',
component: RadioGroup,
tags: ['autodocs'],
argTypes: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import { RecommendedTag } from './index.js'
const { Story } = defineMeta<typeof RecommendedTag>({
title: 'Atom/RecommendedTag',
title: 'Atom/Recommended Tag',
component: RecommendedTag,
tags: ['autodocs'],
argTypes: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import { CourseCard } from './index.js'
const { Story } = defineMeta<typeof CourseCard>({
title: 'Molecule/CourseCard',
title: 'Molecule/Course Card',
component: CourseCard,
tags: ['autodocs'],
argTypes: {
Expand Down

0 comments on commit e42cf07

Please sign in to comment.