From 9d33464479239ce1930800b58f45b9b3444ccb61 Mon Sep 17 00:00:00 2001 From: Rafi Arrafif Date: Sun, 13 Jul 2025 13:18:30 +0700 Subject: [PATCH] :poop: (nav) need fix for full page reload full page reload when navigate using Link from heroUI --- providers/HeroUIWrapper.tsx | 2 +- shared/ui/navbar.tsx | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/providers/HeroUIWrapper.tsx b/providers/HeroUIWrapper.tsx index 3870109..b771966 100644 --- a/providers/HeroUIWrapper.tsx +++ b/providers/HeroUIWrapper.tsx @@ -22,7 +22,7 @@ const HeroUIWrapper = ({
{children}
) : ( -
+
{children}
)} ); diff --git a/shared/ui/navbar.tsx b/shared/ui/navbar.tsx index 1e5ec66..197d5cd 100644 --- a/shared/ui/navbar.tsx +++ b/shared/ui/navbar.tsx @@ -1,5 +1,6 @@ "use client"; +import V from "next/link"; import { Button, Link, @@ -82,6 +83,12 @@ const NavbarUI = () => { ); })} + + Home + + + Explore +