remove prefetch false
This commit is contained in:
@@ -40,7 +40,6 @@ function LinkWithIcon({
|
||||
const active = overrideActive || href === pathname;
|
||||
return (
|
||||
<Link
|
||||
prefetch={false}
|
||||
className={cn(
|
||||
'text-text flex items-center gap-2 rounded-md px-3 py-2 text-sm font-medium leading-none transition-all transition-colors hover:bg-slate-100',
|
||||
active && 'bg-slate-100',
|
||||
|
||||
Reference in New Issue
Block a user