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

Created a personal page for snook1.eth (0xeb50...) #34

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NJarosz
Copy link

@NJarosz NJarosz commented Dec 9, 2024

Fix #27
Created a page.tsx and directory for my address under the builders directory in the next.js app.
Also created a styles.modules.css file in that directory, as well as added a small .png for my avatar.

Copy link

vercel bot commented Dec 9, 2024

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

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Dec 9, 2024

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

Name Status Preview Comments Updated (UTC)
batch11.buidlguidl.com ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 9, 2024 5:20am

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 @NJarosz for your nice and tidy personal page!

As general advice if the repo provides a template for PR descriptions, it's best to use it. Additionally attach a picture (or in a more complex scenario a video) that makes it easier to understand what you want to implement.

Below you find small comments.

import styles from "./styles.module.css";
import type { NextPage } from "next";

const Personal: NextPage = () => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Since there are more personal pages, it would be nice to give it a more descriptive name.

Comment on lines +29 to +30
{ href: "https://x.com/snook_eth", label: "X" },
{ href: "https://github.com/NJarosz", label: "GitHub" },
Copy link
Collaborator

Choose a reason for hiding this comment

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

You could create a social links array and move it outside the component to prevent unnecessary recreation on each render and to enhance readability.

@phipsae
Copy link
Collaborator

phipsae commented Dec 20, 2024

@NJarosz do you want to complete this PR? Or should I close 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.

2 participants