-
Notifications
You must be signed in to change notification settings - Fork 151
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
Open Project Links in New Tab on AOSSIE Website #230
Comments
@ceilican i would like to work on this issue |
I would like to work on this issue |
@ceilican i would like to work on this issue. Please assign this to me |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
Currently, when clicking on the project cards in the Projects section of the AOSSIE website, the links open in the same tab. For a better user experience, these links should open in a new tab instead.
Steps to Reproduce:
Expected Behavior:
The project links should open in a new tab.
Actual Behavior:
The project links open in the same tab, taking the user away from the AOSSIE website.
Proposed Solution:
Update the anchor tags associated with the project cards to include the
target="_blank"
attribute, which ensures that the links open in a new tab.Additional Information:
This change will enhance user experience by allowing users to explore the project details without losing their place on the AOSSIE website.
The text was updated successfully, but these errors were encountered: