Skip to content

Commit 54c02f4

Browse files
author
Julien Bouquillon
committed
docs(Card): fix docstring
1 parent db8b181 commit 54c02f4

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)