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

Fix #21 - Add Padding and icons #28

Closed
wants to merge 9 commits into from

Conversation

NightmareFox12
Copy link

#21

  • Removed local icons
  • changed the name of the components folder to _components
  • add padding in small screens

Copy link

vercel bot commented Aug 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
batch8-buidlguidl-com-nextjs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 27, 2024 0:56am

Copy link
Collaborator

@phipsae phipsae left a comment

Choose a reason for hiding this comment

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

Thanks, @NightmareFox12, for this PR! The code is very neat and clear.

I just have a small comment.

As general advice for future PRs, please make sure to create and check out a new branch. Also, consider providing a more detailed description. You can refer to Zak's contribution guidelines here: https://gist.github.com/ZakGriffith/69d1eb8baebddd7d370b87a65a7e3ec0.

<div className="flex flex-col items-center md:items-start gap-6">
<div className="rounded-full w-40 h-40 md:w-56 md:h-56 overflow-hidden border-red-500 border-2">
<Image
src={nightmareFoxImage}
Copy link
Member

@Pabl0cks Pabl0cks Aug 28, 2024

Choose a reason for hiding this comment

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

You can also do src={"/builders/avatars/0xD2692F9df925D18D527ABe8b3d99EE9E9C8d75AE.jpg"}

This approach works because it's using a public path. In Next.js, files inside the public directory are served at the root path.

Copy link
Author

Choose a reason for hiding this comment

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

done ! ✨

Copy link
Member

@Pabl0cks Pabl0cks left a comment

Choose a reason for hiding this comment

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

Thanks for the updates @NightmareFox12 !! Looking good to me 🙌

Copy link

vercel bot commented Aug 30, 2024

@NightmareFox12 is attempting to deploy a commit to the BuidlGuidl Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants