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

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

Closed
wants to merge 1 commit into from

Conversation

soham2k06
Copy link

It was not fully fit in the container in tablet views.

Closes #10110

Changes proposed

I just added className="w-full" in that image.

Check List (Check all the applicable boxes)

  • My code follows the code style of this project.
  • My change requires changes to the documentation.
  • I have updated the documentation accordingly.
  • All new and existing tests passed.
  • This PR does not contain plagiarized content.
  • The title of my pull request is a short description of the requested changes.

Screenshots

Screenshot 2024-01-08 at 4 04 15 PM

It was not fully fit in the container in tablet views.
@@ -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.

@SaraJaoude
Copy link
Member

I will be closing this PR as it does not follow our Contributing Guide. I would suggest reading through this before making any further contributions to this project.

@SaraJaoude SaraJaoude closed this Jan 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Image "BioDrop screenshot of statistics" is not responsive in home page.
3 participants