File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
apps/dashboard/src/@/components/blocks Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments