Skip to content

Commit

Permalink
Remove prefetch
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Aug 8, 2023
1 parent d1c9d7c commit c45a1db
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/components/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@ export const Navbar = ({ setShowModal, setShowTutorial, showNavbarStats }) => {
className="mt-3 z-[1] p-2 shadow menu menu-sm dropdown-content bg-primary rounded-box w-52"
>
<li>
<NavLink
prefetch="intent"
to={"/profile"}
className="block px-4 py-2 justify-between"
>
<NavLink to={"/profile"} className="block px-4 py-2 justify-between">
Profile
</NavLink>
</li>
Expand Down

0 comments on commit c45a1db

Please sign in to comment.