💩 (nav) need fix for full page reload
full page reload when navigate using Link from heroUI
This commit is contained in:
@ -22,7 +22,7 @@ const HeroUIWrapper = ({
|
||||
<main>{children}</main>
|
||||
</NextThemesProvider>
|
||||
) : (
|
||||
<main className="dark text-foreground bg-background"></main>
|
||||
<main className="dark text-foreground bg-background">{children}</main>
|
||||
)}
|
||||
</HeroUIProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user