Skip to content

Commit

Permalink
fix link in callout story
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Feb 24, 2024
1 parent 05f3a21 commit 374deb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/CallOut.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const { meta, getStory } = getStoryFactory({
"wrappedComponent": { CallOut },
"description": `
- [See DSFR documentation](https://www.systeme-de-design.gouv.fr/elements-d-interface/composants/mise-en-avant)
- [See source code](//github.com/codegouvfr/react-dsfr/blob/main/src/CallOut.tsx)`,
- [See source code](https://github.com/codegouvfr/react-dsfr/blob/main/src/CallOut.tsx)`,
"disabledProps": ["lang"],
"argTypes": {
"title": {
Expand Down

0 comments on commit 374deb8

Please sign in to comment.