Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: replace <img> tags #116

Open
JaeAeich opened this issue Feb 26, 2024 · 3 comments · May be fixed by #119
Open

refactor: replace <img> tags #116

JaeAeich opened this issue Feb 26, 2024 · 3 comments · May be fixed by #119
Assignees
Labels
flag: good 1st issue Good for newcomers

Comments

@JaeAeich
Copy link

Description

Using <img> could result in slower LCP and higher bandwidth. Consider using <Image /> from next/image to automatically optimize images.

@JaeAeich JaeAeich added the flag: good 1st issue Good for newcomers label Feb 26, 2024
@psankhe28
Copy link
Contributor

Can I work on this @JaeAeich ?

@anantJjain anantJjain self-assigned this Feb 26, 2024
@anantJjain anantJjain linked a pull request Feb 26, 2024 that will close this issue
@uniqueg uniqueg changed the title fix: img tag refactor: replace <img> tags Feb 29, 2024
@uniqueg
Copy link
Member

uniqueg commented Feb 29, 2024

Thanks @psankhe28 - looks like @anantJjain addressed it already. But please just feel free to assign yourself to any open issue that isn't assigned to anyone else - no need to ask first :)

Also, if an issue has been assigned to someone for weeks, and there is no PR - then it's okay to ask about the status. It might well be that the issue isn't actively worked on.

@psankhe28
Copy link
Contributor

Okay. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flag: good 1st issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants