NewtonFernandis / IssueHunter

IssueHunter is the ultimate GitHub issue search wizard! It's like having your own personal issue-hunting sidekick, here to help you search for GitHub issues with ninja-like efficiency. Whether you're a coding wizard or a project management sorcerer, IssueHunter's got your back!
https://issue-hunter-seven.vercel.app
MIT License
2 stars 5 forks source link

feat: Implement Redirect Home Functionality on Logo Click #17

Closed purnasth closed 4 days ago

purnasth commented 11 months ago

Issue Title: Implement Redirect Functionality on Logo Click

Issue Description

The logo from the header section is non-functional. Presently, clicking on the logo does not redirect users. This enhancement proposes implementing functionality such that when users click on the logo in the header section, it redirects them to the home page.

Proposed Changes

Attachments

image

Additional Information

Adding the functionality to the logo will enhance user navigation by providing a direct way to return to the home page. This change aligns with standard website behavior, offering users an intuitive method to navigate back to the main page.

KriteshTimsina commented 11 months ago

From which page do you exactly want to redirect to homepage? There's only one single page and that's the Homepage.

purnasth commented 11 months ago

From which page do you exactly want to redirect to homepage? There's only one single page and that's the Homepage.

What if the user clicks the next button and goes to the tenth page? How can he return to the home page? by refreshing the website?

KriteshTimsina commented 11 months ago

Well, that makes sense.