Skip to content

Commit

Permalink
changes in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshayGMZ committed Jun 2, 2024
1 parent ae8dbdc commit fd20fcc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/ui/navbar/NavBarTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ export const NavbarTabs = (
)}
>
{propTabs.map((tab, idx) => (
<Link
<a
// prefetch
key={idx + 1}
href={tab.link}
onClick={() => {
Expand Down Expand Up @@ -71,7 +72,7 @@ export const NavbarTabs = (
<span className="relative block text-black dark:text-white ">
{tab.name}
</span>
</Link>
</a>
))}
</div>
);
Expand Down

0 comments on commit fd20fcc

Please sign in to comment.