-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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-#379: Enhancing the footer by including GitHub and Discord for better feedback #430
Conversation
… Discord for better feedback
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hey @Lanthoiba2022! Thanks for sticking to the guidelines! High five! 🙌🏻 |
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.
Thank you @Lanthoiba2022 for the PR, and for the patience to follow all the guidelines, much appreciated
Kindly address the review comments
<span> | ||
<a href="https://github.com/krishnaacharyaa/wanderlust"> | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" |
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.
Please extract this out to a different svg file and then import like other svg files in the project
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.
Yeah sure
<a href="https://discord.com/invite/FEKasAdCrG"> | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
className="h-6 w-10" |
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.
Same comment
<section className="mt-4 flex items-center pl-16 text-xs"> | ||
<span className="mr-2">©</span> | ||
{year} All Rights Reserved | ||
</section> |
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.
Change it to 2024
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.
year is taken using this method "const year = newDate.getFullYear();". Ig it's not to be hardcoded.
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.
Oh okay, sorry missed it
…ter by including GitHub and Discord for better feedback
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.
LGTM, thank you for the efforts :)
<section className="mt-4 flex items-center pl-16 text-xs"> | ||
<span className="mr-2">©</span> | ||
{year} All Rights Reserved | ||
</section> |
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.
Oh okay, sorry missed it
Summary
Enhancing the footer by including GitHub and Discord for better feedback
Description
Added GitHub clickable icon which will take the person to GitHub for raising issue if any and
Discord clickable icon to connect with the community if desire.
Images
Before
After
Issue(s) Addressed
#379
Prerequisites