-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat: add GitHub logo and link to the website repo #286
Conversation
This is great, thank you for the timely contribution! Where did you obtain the SVG code for the GitHub logo? |
Hey @DannyGarciaDEV, are you planning on addressing the comments on this PR? 🙏 |
Sorry I just saw this messages! I got it from here but i had to do some changes https://iconmonstr.com/github-1-svg/ |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
No worries, thanks! I committed my suggestion so make sure to run Re: logo, what changes have you had to make? Could we instead use the SVG from https://github.com/logos as it's the official one? |
Hey @DannyGarciaDEV, quick follow-up, would you like me to take over this PR? No pressure of course :) |
@astorije I am gonna be working this days on it i was a little busy the passed few weeks! |
Co-authored-by: Jérémie Astori <jeremie@astori.fr>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing, thank you @DannyGarciaDEV!
@all-contributors please add @DannyGarciaDEV for code.
|
PR Checklist
Documentation: GitHub Icon on Homepage #285
Overview
Description
Added GitHub icon to website header for enhanced navigation.
Changes Made
GitHubLogo.tsx
component to render GitHub icon.SocialsList.tsx
to include GitHubLogo component for displaying GitHub link in the socials list.How it Works
The new GitHub icon now appears in the website header, linking users directly to the project's GitHub repository.
Related Issues