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

replace <img> with <Image> from nextjs #1

Open
aldringordon opened this issue Nov 27, 2022 · 0 comments
Open

replace <img> with <Image> from nextjs #1

aldringordon opened this issue Nov 27, 2022 · 0 comments

Comments

@aldringordon
Copy link
Owner

Replace the following code in Hero.tsx:

<img
  className="relative object-cover w-32 h-32 mx-auto rounded-full"
  src="https://aldringordon.com/assets/Aldrin.jpg"
  alt=""
/>

Should be using next/Image copmponent: https://nextjs.org/docs/api-reference/next/image

@aldringordon aldringordon added good first issue Good for newcomers invalid This doesn't seem right labels Nov 27, 2022
@aldringordon aldringordon self-assigned this Nov 27, 2022
@aldringordon aldringordon added tech debt and removed invalid This doesn't seem right good first issue Good for newcomers labels Nov 27, 2022
@aldringordon aldringordon removed their assignment Nov 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant