We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db8b181 + 54c02f4 commit 35a7f9cCopy full SHA for 35a7f9c
src/Card.tsx
@@ -72,7 +72,7 @@ export namespace CardProps {
72
};
73
}
74
75
-/** @see <https://react-dsfr-components.etalab.studio/?path=/docs/components-alert> */
+/** @see <https://react-dsfr-components.etalab.studio/?path=/docs/components-card> */
76
export const Card = memo(
77
forwardRef<HTMLDivElement, CardProps>((props, ref) => {
78
const {
0 commit comments