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 footer social media links to open in new tabs #249

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Harshinireddy05
Copy link

This PR solves issue #248

Description:

This PR addresses the issue where Twitter and LinkedIn links in the footer were opening in the same tab instead of a new one. It adds the target="_blank" rel="noopener noreferrer" attribute to these links to ensure they open in new tabs, consistent with the behavior of the Mastodon link.

Changes made:

Added target="_blank" rel="noopener noreferrer" to Twitter and LinkedIn footer links
Before / After:
Before: Twitter and LinkedIn links opened in the same tab
After: All social media links in the footer now open in new tabs

Testing:

Navigate to any page with the footer visible
Click on each social media icon (Twitter, LinkedIn, Mastodon)
Verify that each link opens in a new tab

Copy link

vercel bot commented Aug 26, 2024

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

Name Status Preview Comments Updated (UTC)
website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 26, 2024 6:04am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant