Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

fix: Image "BioDrop screenshot of statistics" responsiveness #10111

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ export default function Home({
<Image
src="https://user-images.githubusercontent.com/109926117/234534981-9db096eb-dc79-4310-a7a6-e7fd46799dff.png"
alt="BioDrop screenshot of statistics"
className="w-full"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we fix this with the fill prop of Image component?
You can find more information in the docs.

width="600"
height="300"
/>
Expand Down