Skip to content

Commit a3499c2

Browse files
authored
Merge pull request #102 from maximallain/fix/tag-stories-url
fix: tag story url
2 parents fb4f30f + dd7b3f6 commit a3499c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/Tag.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const { meta, getStory } = getStoryFactory({
77
sectionName,
88
"wrappedComponent": { Tag },
99
"description": `
10-
- [See DSFR documentation](https://www.systeme-de-design.gouv.fr/elements-d-interface/composants/bouton)
10+
- [See DSFR documentation](https://www.systeme-de-design.gouv.fr/elements-d-interface/composants/tag)
1111
- [See source code](https://github.com/codegouvfr/react-dsfr/blob/main/src/Tag.tsx)`,
1212
"argTypes": {
1313
"dismissible": {

0 commit comments

Comments
 (0)