How to make a Next.JS Link inside a Link only open a new tab with internal url and not redirect to external url?
I am creating a project component for my homepage which displays a project. When the user clicks on the component, I want the overall component to redirect to the specific project page. However, when they specifically click the GitHub icon, I want the website to open the GitHub link in a new tab and not redirect to the specific project page. Here is my current code for the component.