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 a new tab #21

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

kushivaradaraj
Copy link
Contributor

Issue: Solving issue #20

External links for GitHub and Discord on the website currently open in the same browser tab, which can disrupt the user experience by navigating away from the site.

Changes Made:

Updated the HTML anchor tags for GitHub and Discord icons to include target="_blank" to ensure that these links open in a new browser tab.
Added rel="noopener noreferrer" to improve security and performance when opening links in a new tab.

Affected Files:
Modified the HTML file containing the links to GitHub and Discord.

Testing:

Clicked on the GitHub icon and verified that it opens in a new tab.
Clicked on the Discord icon and verified that it opens in a new tab.
Additional Notes:

These changes ensure that users can easily return to the website after visiting GitHub or Discord.

@kushivaradaraj
Copy link
Contributor Author

@Shinyzenith could you please review this pr and provide me feedback incase there are any changes to me made?

Copy link

@uncomfyhalomacro uncomfyhalomacro left a comment

Choose a reason for hiding this comment

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

Thanks. Yeah this is a minor UX issue. This can be merged fast.

@Shinyzenith Shinyzenith merged commit d3012f9 into waycrate:main Aug 12, 2024
@Shinyzenith
Copy link
Member

Thank you for your contribution.

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

Successfully merging this pull request may close these issues.

3 participants