Skip to content

Commit

Permalink
Merge pull request #46 from LakshayGMZ/devel
Browse files Browse the repository at this point in the history
merge navbar
  • Loading branch information
martian0x80 authored Jun 2, 2024
2 parents d94df72 + fd20fcc commit 6f736c7
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 6f736c7

Please sign in to comment.