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-#379: Enhancing the footer by including GitHub and Discord for better feedback #430

Conversation

Lanthoiba2022
Copy link
Contributor

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

image

After

image

Issue(s) Addressed

#379

Prerequisites

Copy link

vercel bot commented Jun 25, 2024

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

Name Status Preview Comments Updated (UTC)
wanderlust ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 25, 2024 3:51am
wanderlust-backend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 25, 2024 3:51am

Copy link

Hey @Lanthoiba2022! Thanks for sticking to the guidelines! High five! 🙌🏻

Copy link
Owner

@krishnaacharyaa krishnaacharyaa left a 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"
Copy link
Owner

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

Copy link
Contributor Author

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"
Copy link
Owner

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">&copy;</span>
{year} All Rights Reserved
</section>
Copy link
Owner

Choose a reason for hiding this comment

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

Change it to 2024

Copy link
Contributor Author

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.

Copy link
Owner

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
Copy link
Owner

@krishnaacharyaa krishnaacharyaa left a 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">&copy;</span>
{year} All Rights Reserved
</section>
Copy link
Owner

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

@krishnaacharyaa krishnaacharyaa merged commit c9cdade into krishnaacharyaa:main Jun 25, 2024
3 checks passed
@krishnaacharyaa krishnaacharyaa added gssoc Issue can be taken under GSSoC level1 labels Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc Issue can be taken under GSSoC level1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants