diff --git a/src/components/Card/Card.tsx b/src/components/Card/Card.tsx index 564f3f0b8..2cabf1591 100644 --- a/src/components/Card/Card.tsx +++ b/src/components/Card/Card.tsx @@ -37,9 +37,9 @@ export type Props = PropsWithSpread< /** * This is a [React](https://reactjs.org/) component for the Vanilla [Card](https://docs.vanillaframework.io/patterns/card/). - * + * * There are four card styles available to use in Vanilla: default, header, highlighted and overlay. Our card component will expand to fill the full width of its parent container. -*/ + */ const Card = ({ children,