Fix external links to open in new tab #140
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
resolved issue #139
Description:
This pull request updates the external links on the bottom of the page to open in a new tab. The change involves adding the target="_blank" attribute to anchor tags linking to GitHub, the App Store, the Play Store, and the Open Transit Software Foundation. This enhancement ensures that when users click on these external links, they are directed to the respective sites in a new browser tab, preserving their current session on the application.
Changes Made:
Added target="_blank" to the GitHub link.
Added target="_blank" to the App Store link.
Added target="_blank" to the Play Store link.
Added target="_blank" to the Open Transit Software Foundation link.
Motivation:
Opening external links in a new tab prevents users from leaving the current application session, providing a better user experience by maintaining the context of the original page.
Testing:
The changes were manually tested to verify that all external links now open in a new tab. No other parts of the application were affected by these changes.
Checklist:
Added target="_blank" to external links
Manually tested the changes
Verified that the change does not impact other parts of the application
Screencast.from.06-08-24.09.37.47.PM.IST.webm