Skip to content

Commit

Permalink
style(storybook): add emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyFriesenGitHub committed Dec 25, 2024
1 parent e2ece69 commit 88a8859
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ const preview: Preview = {
['Hero', 'About'],
'cuHacking Design System',
'✨ Aceternity',
'Farm UI',
'Indie UI',
'🚜 Farm UI',
'🐺 Indie UI',
'🪄 Magic UI',
'Shadcn-ui',
[
Expand Down
2 changes: 1 addition & 1 deletion libs/external/farm-ui/components/ui/feature.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Meta, StoryObj } from '@storybook/react'
import { FUIFeatureSectionWithCards } from './feature'

const meta: Meta<typeof FUIFeatureSectionWithCards> = {
title: ' Farm UI/Feature',
title: '🚜 Farm UI/Feature',
parameters: {
layout: 'centered',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Meta, StoryObj } from '@storybook/react'
import { ShinyButton } from './shiny-button'

const meta: Meta<typeof ShinyButton> = {
title: ' Indie UI/Shiny Button',
title: '🐺 Indie UI/Shiny Button',
parameters: {
layout: 'centered',
},
Expand Down

0 comments on commit 88a8859

Please sign in to comment.