anmode / grabtern-frontend

Connecting the mentors and creating a network
https://grabtern.in/
MIT License
27 stars 53 forks source link

🐞 [BUG] - Title There are no links in the footer almost are no links that redirect to other pages #887

Open Shahharshii opened 1 month ago

Shahharshii commented 1 month ago

Description

The links in the footer.jsx are not rediecting and only have '#' in the link

Current behaviour

The links don't work

Expected behaviour

The link should redirect where they are designed to be

Reproduction steps

1. Go to 'Footer'
2. Click on 'Any Links'
3. Scroll down to '....'
4. See error

Screenshots

DESCRIPTION image

Logs

No response

Browsers

No response

OS

No response

Are you contributing for a program ?

Other

Code of Conduct

github-actions[bot] commented 1 month ago

Hello @Shahharshii! Thank you for raising this issue. Please make sure to follow our Contributing Guidelines. Don't forget to ⭐ our Grabtern-Frontend.

Our review team will carefully assess the issue and reach out to you soon! We appreciate your patience!

itznayan commented 1 month ago

please assign this issue to me .

SudiptaPaul-31 commented 3 weeks ago

Hello! I’m Sudipta Paul, with 1.5 years of experience in blockchain and web development. I’m interested in resolving this issue by updating the links in the footer to redirect users to their intended destinations, improving site navigation and user experience.

My approach:

Will review each link within footer.jsx, replacing '#' placeholders with appropriate URLs or routes, ensuring each link leads to the correct page as intended.

For external links, I’ll add a target="_blank" attribute and rel="noopener noreferrer" for security. For internal links, I’ll use the routing framework (e.g., React Router if available) to avoid full page reloads, ensuring smoother navigation.