remove prefetch false
This commit is contained in:
@@ -44,7 +44,6 @@ const Connect = ({ project }: Props) => {
|
||||
<ButtonContainer>
|
||||
<div />
|
||||
<LinkButton
|
||||
prefetch={false}
|
||||
href={`/onboarding/${project.id}/verify`}
|
||||
size="lg"
|
||||
className="min-w-28 self-start"
|
||||
|
||||
@@ -64,7 +64,6 @@ const Verify = ({ project, events }: Props) => {
|
||||
/>
|
||||
<ButtonContainer>
|
||||
<LinkButton
|
||||
prefetch={false}
|
||||
href={`/onboarding/${project.id}/connect`}
|
||||
size="lg"
|
||||
className="min-w-28 self-start"
|
||||
@@ -76,7 +75,6 @@ const Verify = ({ project, events }: Props) => {
|
||||
<div className="flex items-center gap-8">
|
||||
{!verified && (
|
||||
<Link
|
||||
prefetch={false}
|
||||
href={`/${project.organizationSlug}/${project.id}`}
|
||||
className="text-sm text-muted-foreground underline"
|
||||
>
|
||||
@@ -85,7 +83,6 @@ const Verify = ({ project, events }: Props) => {
|
||||
)}
|
||||
|
||||
<LinkButton
|
||||
prefetch={false}
|
||||
href="/"
|
||||
size="lg"
|
||||
className={cn(
|
||||
|
||||
@@ -9,7 +9,6 @@ const SkipOnboarding = () => {
|
||||
if (!pathname.startsWith('/onboarding')) return null;
|
||||
return (
|
||||
<Link
|
||||
prefetch={false}
|
||||
href="/"
|
||||
className="flex items-center gap-2 text-sm text-muted-foreground"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user