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
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.
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:
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: