Skip to content

Commit b87deda

Browse files
committed
Dashboard: disable prefetch for footer links
1 parent 32568fd commit b87deda

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

apps/dashboard/src/@/components/blocks/app-footer.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,40 +83,46 @@ export function AppFooter(props: AppFooterProps) {
8383
<Link
8484
className="px-[10px] py-[6px] text-muted-foreground text-sm hover:underline"
8585
href="/home"
86+
prefetch={false}
8687
>
8788
Home
8889
</Link>
8990
<Link
9091
className="px-[10px] py-[6px] text-muted-foreground text-sm hover:underline"
9192
href="https://blog.thirdweb.com"
93+
prefetch={false}
9294
target="_blank"
9395
>
9496
Blog
9597
</Link>
9698
<Link
9799
className="px-[10px] py-[6px] text-muted-foreground text-sm hover:underline"
98100
href="https://portal.thirdweb.com/changelog"
101+
prefetch={false}
99102
target="_blank"
100103
>
101104
Changelog
102105
</Link>
103106
<Link
104107
className="px-[10px] py-[6px] text-muted-foreground text-sm hover:underline"
105108
href="https://feedback.thirdweb.com/"
109+
prefetch={false}
106110
target="_blank"
107111
>
108112
Feedback
109113
</Link>
110114
<Link
111115
className="px-[10px] py-[6px] text-muted-foreground text-sm hover:underline"
112116
href="https://thirdweb.com/privacy-policy"
117+
prefetch={false}
113118
target="_blank"
114119
>
115120
Privacy Policy
116121
</Link>
117122
<Link
118123
className="px-[10px] py-[6px] text-muted-foreground text-sm hover:underline"
119124
href="https://thirdweb.com/terms"
125+
prefetch={false}
120126
target="_blank"
121127
>
122128
Terms of Service
@@ -125,6 +131,7 @@ export function AppFooter(props: AppFooterProps) {
125131
<Link
126132
className="px-[10px] py-[6px] text-muted-foreground text-sm hover:underline"
127133
href="https://thirdweb.com/chainlist"
134+
prefetch={false}
128135
target="_blank"
129136
>
130137
Chain List

0 commit comments

Comments
 (0)