remove prefetch false

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-05-08 09:59:12 +02:00
parent 26a992dcc6
commit 66d75e8a7a
12 changed files with 1 additions and 15 deletions

View File

@@ -65,7 +65,6 @@ export default function FunnelStepDetails(props: Props) {
render(profile) {
return (
<Link
prefetch={false}
href={`/${organizationSlug}/${projectId}/profiles/${profile.id}`}
className="flex items-center gap-2 font-medium"
>

View File

@@ -39,7 +39,6 @@ const Footer = ({ framework }: Pick<Props, 'framework'>) => (
Close
</Button>
<LinkButton
prefetch={false}
target="_blank"
href={framework.href}
className="flex-1"