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 currently has icons for GitHub, GitLab, Discord, and X that link to their respective pages. However, when these icons are clicked, the links open in the same browser tab instead of opening in a new tab. This behaviour can disrupt the user experience as it navigates away from the website.
Expected Behaviour:
Each external link (GitHub, GitLab, Discord, and X) should open in a new browser tab to ensure that users can easily return to the website after visiting the external sites.
Steps to Reproduce:
Visit the website.
Click on the GitHub, GitLab, Discord, or X 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, which will open the links in a new tab.
Additional Notes:
I would like to work on this issue and implement the necessary changes to ensure that the external links open in new tabs.
The text was updated successfully, but these errors were encountered:
Description:
The website currently has icons for GitHub, GitLab, Discord, and X that link to their respective pages. However, when these icons are clicked, the links open in the same browser tab instead of opening in a new tab. This behaviour can disrupt the user experience as it navigates away from the website.
Expected Behaviour:
Each external link (GitHub, GitLab, Discord, and X) should open in a new browser tab to ensure that users can easily return to the website after visiting the external sites.
Steps to Reproduce:
Proposed Solution:
Update the HTML anchor tags for these icons to include the target="_blank" attribute, which will open the links in a new tab.
Additional Notes:
I would like to work on this issue and implement the necessary changes to ensure that the external links open in new tabs.
The text was updated successfully, but these errors were encountered: