Closed 10kumaranurag01 closed 1 month ago
@10kumaranurag01 is attempting to deploy a commit to the mohameddanis' projects Team on Vercel.
A member of the Team first needs to authorize it.
@all-contributors please add @10kumaranurag01 for code
@MohamedDanis
I've put up a pull request to add @10kumaranurag01! :tada:
Description
This PR updates the code to ensure external links in RepoCard open in a new tab instead of the same tab. This change improves user experience by keeping the current tab content intact while navigating to external pages.
Changes
<Link>
tags in RepoCard to includetarget="_blank"
for external links.Motivation & Context
Previously, external links were opening in the same tab, potentially causing users to lose their place in the current application. Opening links in a new tab resolves this issue and provides a better browsing experience.
How Has This Been Tested?
Screen Record
Screencast from 2024-09-30 20-57-22.webm
Types of changes
Checklist
Linked Issues