You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Visit the website.
Click on the GitHub or Discord icon.
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: