Skip to content

Commit 35a7f9c

Browse files
authored
Merge pull request #34 from codegouvfr/card-fixes2
docs(Card): fix docstring
2 parents db8b181 + 54c02f4 commit 35a7f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export namespace CardProps {
7272
};
7373
}
7474

75-
/** @see <https://react-dsfr-components.etalab.studio/?path=/docs/components-alert> */
75+
/** @see <https://react-dsfr-components.etalab.studio/?path=/docs/components-card> */
7676
export const Card = memo(
7777
forwardRef<HTMLDivElement, CardProps>((props, ref) => {
7878
const {

0 commit comments

Comments
 (0)