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

Now social media links are opening in new tab #1203

Closed
wants to merge 2 commits into from

Conversation

Ravi-1606
Copy link
Contributor

@Ravi-1606 Ravi-1606 commented Nov 8, 2024


name: Pull Request Template
about: Use this template for creating pull requests
title: '[FIX] Social media links now open in a new tab'
labels: 'bug, enhancement'
assignees: 'RaviChoudhary'


Description

  • This pull request addresses an issue where social media links on the site were not opening in a new tab, causing users to navigate away from the main site unintentionally.

  • The bug was fixed by adding target="_blank" to each social media link, ensuring that they now open in a new browser tab or window. This improves user experience by allowing users to access external social media pages without leaving the main site.

  • Fixes [Bug]: Social Media Links Open in Same Tab, Affecting User Experience #1033

  • This pull request fixes the bug where social media links didn't open in a new tab. I resolved this by adding target="_blank" to each link.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Checklist

  • I have read the contributing document.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have added necessary tests to ensure my changes are effective.
  • New and existing unit tests pass locally with my changes.
  • Any dependent changes have been merged and published in downstream modules.

Copy link

vercel bot commented Nov 8, 2024

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

Name Status Preview Comments Updated (UTC)
bobble-ai-rcmb ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 8, 2024 11:57am

Copy link

github-actions bot commented Nov 8, 2024

👋 Thank you for opening this pull request! We're excited to review your contribution. Please give us a moment, and we'll get back to you shortly!

Feel free to join our community on Discord to discuss more!

@Ravi-1606
Copy link
Contributor Author

@mansiruhil13 Please merge my PR. I've completed my task.

@mansiruhil13
Copy link
Owner

there are conflicts resolve. and there are few changes done, can you review you code again? please so that this pr don't make any blunder

@Ravi-1606
Copy link
Contributor Author

I’ve reviewed the code and resolved the conflicts. However, if there are any remaining issues, please don’t hesitate to let me know. I want to ensure this PR is seamless and error-free. @mansiruhil13

@Ravi-1606 Ravi-1606 closed this Nov 9, 2024
Copy link

github-actions bot commented Nov 9, 2024

🚀 Thank you for your contribution! This pull request has been closed. If you have any questions or need further assistance, feel free to reach out.

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

Successfully merging this pull request may close these issues.

[Bug]: Social Media Links Open in Same Tab, Affecting User Experience
2 participants