-
Notifications
You must be signed in to change notification settings - Fork 588
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
Added clickable logo #211
Added clickable logo #211
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
As you made the logo clickable, does it re-direct to the home page?
@MuhammadNoorani Yes, it re-directs to: https://dev-find.vercel.app/ please see attached for relevant screenshot where it shows the link on bottom left where it re-directs. |
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.
Yes, approving the changes, soon will be merged.
Nice work, always share relevant screenshots and proper description after reading the complete issue, it is a good practice.
Thank You for your valuable contribution.
Thank you @MuhammadNoorani for the feedback, it is very much appreciated! I am glad to have contributed to this project, I am looking forward to seeing it grow. |
@CameronSquires Looks good to me. Thanks for the contribution. |
Co-authored-by: Shyam Tawli <104145978+shyamtawli@users.noreply.github.com>
Description
Made devFind paragraph logo clickable
Related Issues
Fixed Issue #207
Changes Proposed
Included hyperlink tag to make the devFind paragraph logo clickable. I have also made this specific link not underlined on hover.
Hyperlink tag added here in .jsx file:
dev
Find
css added to the specific hyperlink tag added here:
a.titlelink:hover {
text-decoration: none;
cursor: pointer;
}
Checklist
Screenshots
Note to reviewers
Please let me know if there are any issues, concerns or anything that needs modification.
Thanks