Skip to content

fix: Replace footer social media placeholder links - Fixes #84#94

Merged
akshay0611 merged 3 commits intoNsanjayboruds:mainfrom
Yashaswini-V21:fix/footer-quick-links-placeholders
Feb 19, 2026
Merged

fix: Replace footer social media placeholder links - Fixes #84#94
akshay0611 merged 3 commits intoNsanjayboruds:mainfrom
Yashaswini-V21:fix/footer-quick-links-placeholders

Conversation

@Yashaswini-V21
Copy link
Copy Markdown
Contributor

  • Removed href='#' from social media links

  • Changed anchor tags to buttons with onClick handlers

  • Added toast notifications for 'Coming soon' feedback

  • All quick links already use proper routes with Link component

  • Improved accessibility with proper aria-labels

…uds#84

- Removed href='#' from social media links

- Changed anchor tags to buttons with onClick handlers

- Added toast notifications for 'Coming soon' feedback

- All quick links already use proper routes with Link component

- Improved accessibility with proper aria-labels
Copilot AI review requested due to automatic review settings February 18, 2026 09:12
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the footer’s social media icons to avoid placeholder href="#" navigation by switching them to clickable controls that show “Coming soon” feedback via toast notifications, aligning behavior with the rest of the app’s routing and UX patterns.

Changes:

  • Replaced social media <a href="#"> elements with <button> elements.
  • Added per-platform names and used them for accessible aria-labels and toast messages.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread frontend/src/components/Footer.jsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@Yashaswini-V21
Copy link
Copy Markdown
Contributor Author

@akshay0611 review requested check it once!!

@akshay0611 akshay0611 self-requested a review February 18, 2026 17:30
@akshay0611
Copy link
Copy Markdown
Collaborator

Thanks for the update @Yashaswini-V21 . I re-verified PR #94 against issue #84.

Most quick-link placeholder cleanup is done, but one required mapping is still pending:

Please update that link target and push the change, then I’ll do a quick re-review.

@akshay0611 akshay0611 removed their request for review February 19, 2026 03:21
@akshay0611
Copy link
Copy Markdown
Collaborator

The issue #84 was being assigned as a easy so I assigned easy to you.

@akshay0611 akshay0611 merged commit 77102ef into Nsanjayboruds:main Feb 19, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

apertre3.0 easy enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants