Skip to content

Commit

Permalink
simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 30, 2022
1 parent 948653a commit c64cd8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/data/joy/components/card/InteractiveCard.tsx
Expand Up @@ -25,7 +25,7 @@ export default function InteractiveCard() {
alt=""
/>
</AspectRatio>
<Box>
<div>
<Typography level="h2" fontSize="lg" id="card-description" mb={0.5}>
Yosemite Park
</Typography>
Expand All @@ -47,7 +47,7 @@ export default function InteractiveCard() {
>
Cool weather all day long
</Chip>
</Box>
</div>
</Card>
);
}

0 comments on commit c64cd8b

Please sign in to comment.