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

External links opening in the same tab #20

Open
kushivaradaraj opened this issue Aug 12, 2024 · 0 comments
Open

External links opening in the same tab #20

kushivaradaraj opened this issue Aug 12, 2024 · 0 comments

Comments

@kushivaradaraj
Copy link
Contributor

Description:

The website has icons for GitHub and Discord that link to their respective pages. Currently, when these icons are clicked, the links open in the same browser tab instead of a new tab, which can disrupt the user experience by navigating away from the website.

Expected Behaviour:

The GitHub and Discord links should open in a new browser tab, allowing users to easily return to the website after visiting these external sites.

Steps to Reproduce:

  1. Visit the website.
  2. Click on the GitHub or Discord icon.
  3. Observe that the link opens in the same tab.

Proposed Solution:

Update the HTML anchor tags for these icons to include the target="_blank" attribute to ensure the links open in new tabs.

Additional Notes:

I would like to work on this issue and implement the necessary changes to ensure that the GitHub and Discord links open in new tabs.

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

No branches or pull requests

1 participant