Disabled prefetch for links
This commit is contained in:
@@ -102,7 +102,7 @@ export default function Features() {
|
|||||||
transforming your browser into a personalized digital space.
|
transforming your browser into a personalized digital space.
|
||||||
</p>
|
</p>
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
<Link href="/themes">
|
<Link href="/themes" prefetch={false}>
|
||||||
<Button className="mt-8">Browse Themes</Button>
|
<Button className="mt-8">Browse Themes</Button>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
@@ -119,7 +119,7 @@ export default function Features() {
|
|||||||
performance improvements.
|
performance improvements.
|
||||||
</p>
|
</p>
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
<Link href="/download">
|
<Link href="/download" prefetch={false}>
|
||||||
<Button className="mt-8">Download Now</Button>
|
<Button className="mt-8">Download Now</Button>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
@@ -236,7 +236,7 @@ export default function Features() {
|
|||||||
multitasking.
|
multitasking.
|
||||||
</p>
|
</p>
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
<Link href="/download">
|
<Link href="/download" prefetch={false}>
|
||||||
<Button className="mt-8">Download Now</Button>
|
<Button className="mt-8">Download Now</Button>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
@@ -299,7 +299,7 @@ export default function Features() {
|
|||||||
<ExternalLinkIcon className="ml-4 h-4 w-4 opacity-50" />
|
<ExternalLinkIcon className="ml-4 h-4 w-4 opacity-50" />
|
||||||
</Button>
|
</Button>
|
||||||
</a>
|
</a>
|
||||||
<Link href="/privacy-policy" target="_blank">
|
<Link href="/privacy-policy" prefetch={false} target="_blank">
|
||||||
<Button className="mt-8" variant="ghost">
|
<Button className="mt-8" variant="ghost">
|
||||||
Your Privacy{" "}
|
Your Privacy{" "}
|
||||||
<ExternalLinkIcon className="ml-4 h-4 w-4 opacity-50" />
|
<ExternalLinkIcon className="ml-4 h-4 w-4 opacity-50" />
|
||||||
@@ -366,7 +366,7 @@ export default function Features() {
|
|||||||
focus on your work.
|
focus on your work.
|
||||||
</p>
|
</p>
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
<Link href="/download">
|
<Link href="/download" prefetch={false}>
|
||||||
<Button className="mt-8">What are you waiting for?</Button>
|
<Button className="mt-8">What are you waiting for?</Button>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
@@ -531,7 +531,7 @@ export default function Features() {
|
|||||||
Download Zen Browser now and experience the future of browsing.
|
Download Zen Browser now and experience the future of browsing.
|
||||||
</p>
|
</p>
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
<Link href="/download">
|
<Link href="/download" prefetch={false}>
|
||||||
<Button className="mt-8">Download Now</Button>
|
<Button className="mt-8">Download Now</Button>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user