Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
glassonion1 committed Jun 6, 2024
1 parent f4b4e66 commit e3223fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ const Home = () => {
</div>
<div className="w-1/3 my-4">
<Card>
<img src="bg-mt.webp" className="object-cover h-48 w-full" />
<CardImg src="bg-mt.webp" className="h-48 w-full" />
<CardHeader>Header:XXXxxx</CardHeader>
<CardBody>Body:XXXXXXXXXXXXxxxxxxxxxxxxx</CardBody>
<CardFooter>Footer:XXXXXXXXXXXXxxxxxxxxxxxxx</CardFooter>
</Card>
</div>
<div className="w-1/3 my-4">
<Card>
<img src="bg-mt.webp" className="object-cover h-48 w-full" />
<CardImg src="bg-mt.webp" className="h-48 w-full" />
<CardHeader>Header:XXXxxx</CardHeader>
<CardBody>Body:XXXXXXXXXXXXxxxxxxxxxxxxx</CardBody>
<CardFooter>
Expand All @@ -153,7 +153,7 @@ const Home = () => {
</div>
<div className="my-4 flex items-stretch gap-x-20">
<Card className="w-80">
<img src="bg-mt.webp" className="object-cover h-48 w-full" />
<CardImg src="bg-mt.webp" className="h-48 w-full" />
<CardHeader>Header:XXXxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</CardHeader>
<CardBody>
Body:XXXXXXXXXXXX
Expand All @@ -171,7 +171,7 @@ const Home = () => {
</CardFooter>
</Card>
<Card className="w-80">
<img src="bg-mt.webp" className="object-cover h-48 w-full" />
<CardImg src="bg-mt.webp" className="h-48 w-full" />
<CardHeader>Header: XXXxxx</CardHeader>
<CardBody>Body: XXXXXXXXXXXXXXXXXXxxxxxxxxxxxxxxxxxxxxxxxx</CardBody>
<CardFooter>
Expand Down

0 comments on commit e3223fe

Please sign in to comment.