I am having trouble getting the link tag to work properly in my UI. I have tried using both the link and anchor tags, but neither seems to be functioning as expected. Can someone please advise on how to fix this issue?
https://i.sstatic.net/tAD7C.png
I was expecting the link tag to properly redirect me to the specified page, but it doesn't seem to be working. I even attempted to use the anchor tag instead, but had no luck there either. What steps can I take to resolve this problem?
<Link href="https://github.com/Shivendra-11/swiggy" target="_blank">
<ProjectCard
src="/Swiggy.png"
title="Swiggy Clone"
description="Made a clone of the swiggy website using react and tailwind css. used redux tools Hooks and context api for state management and Deep dive into JSX and other core ."
/>
</Link>