Skip to content

Commit

Permalink
fix(docs): incorrect image height
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong committed Jul 7, 2024
1 parent 89ccf17 commit a084868
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const FloatingComponents: React.FC<{}> = () => {
alt="Professional camera"
as={NextImage}
className="object-cover -translate-y-12 h-[100%]"
height={120}
height={180}
src="/images/card-example-6.webp"
width={120}
/>
Expand Down

0 comments on commit a084868

Please sign in to comment.