diff --git a/src/components/Tagline/Tagline.stories.tsx b/src/components/Tagline/Tagline.stories.tsx index ae8f3e74..91963be4 100644 --- a/src/components/Tagline/Tagline.stories.tsx +++ b/src/components/Tagline/Tagline.stories.tsx @@ -8,7 +8,8 @@ const meta: Meta = { docs: { description: { component: ` -### CFPB DS - Tagline component + +Taglines are short paragraphs of text with a USA flag to their left. Source: https://cfpb.github.io/design-system/patterns/taglines ` @@ -31,8 +32,10 @@ export const StandardTagline: Story = { ) }; +StandardTagline.storyName = 'Standard tagline'; export const LargeTagline: Story = { ...StandardTagline, args: { isLarge: true } }; +LargeTagline.storyName = 'Large tagline';