Skip to content

Commit

Permalink
do not prefetch urls
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8725 committed Dec 6, 2023
1 parent 4ddc1b4 commit 5bad836
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export default function Footer() {
<li>
<Link
className={'text-text-button-secondary hover:underline font-bold'}
prefetch={false}
href={'https://budgetingkid.com/policy#cookies'}
>
Cookie Settings
Expand All @@ -83,6 +84,7 @@ export default function Footer() {
<li>
<Link
className={'text-text-button-secondary hover:underline font-bold'}
prefetch={false}
href={'https://budgetingkid.com/policy'}
>
Privacy Policy
Expand All @@ -91,6 +93,7 @@ export default function Footer() {
<li>
<Link
className={'text-text-button-secondary hover:underline font-bold'}
prefetch={false}
href={'https://budgetingkid.com/policy#terms'}
>
Terms of Service
Expand Down
1 change: 1 addition & 0 deletions components/FrontPageBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default function FrontPageBlock() {
className={'flex gap-2'}
type={'plain'}
as={Link}
prefetch={false}
href={'https://budgetingkid.com/users/sign_up'}
>
<span className={'text-center text-xl font-medium leading-7'}>
Expand Down
1 change: 1 addition & 0 deletions components/HowItWorksBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export default function HowItWorksBlock() {
<Button
className={'mx-auto'}
as={Link}
prefetch={false}
href={'https://budgetingkid.com/users/sign_up'}
>
<div className={'flex gap-2 items-center'}>
Expand Down

0 comments on commit 5bad836

Please sign in to comment.