Skip to content

Commit 55c66b6

Browse files
design(tagline): final design review for Tagline component (#218)
Resolves #205 # Final Design Review of Tagline Component ![Screenshot 2023-10-26 at 9 48 38 AM](https://github.com/cfpb/design-system-react/assets/19983248/68841dad-cacc-43ff-ad15-a0ac1f337da5) [Link to Tagline Component in this PR](https://deploy-preview-218--cfpb-design-system-react.netlify.app/?path=/docs/components-verified-taglines--overview) Previous work on component: #207
1 parent 403124a commit 55c66b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Tagline/Tagline.stories.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ import type { Meta, StoryObj } from '@storybook/react';
22
import { Tagline } from '~/src/index';
33

44
const meta: Meta<typeof Tagline> = {
5-
title: 'Components (Draft)/Taglines',
5+
title: 'Components (Verified)/Taglines',
66
component: Tagline,
77
parameters: {
88
docs: {
99
description: {
1010
component: `
1111
12-
Taglines are short paragraphs of text with a USA flag to their left.
12+
Taglines are short paragraphs of text with the USA flag to their left that are used in the header and footer across consumerfinance.gov.
1313
14-
Source: https://cfpb.github.io/design-system/patterns/taglines
14+
Source: https://cfpb.github.io/design-system/components/taglines
1515
`
1616
}
1717
}

0 commit comments

Comments
 (0)