Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmelo92 committed Feb 8, 2024
1 parent a2ca785 commit a7478f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Card/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a7478f1

Please sign in to comment.