@@ -15,27 +15,27 @@ const Footer = ({ className }) => {
15
15
< ul className = "navigation" >
16
16
< li className = "links-title" > Company</ li >
17
17
< li className = "home" >
18
- < Link prefetch href = "/" as = "/home" >
18
+ < Link href = "/" as = "/home" >
19
19
< a > Home</ a >
20
20
</ Link >
21
21
</ li >
22
22
< li className = "about" >
23
- < Link prefetch href = "/about" >
23
+ < Link href = "/about" >
24
24
< a > About</ a >
25
25
</ Link >
26
26
</ li >
27
27
< li className = "careers" >
28
- < Link prefetch href = "/careers" >
28
+ < Link href = "/careers" >
29
29
< a > Careers</ a >
30
30
</ Link >
31
31
</ li >
32
32
< li className = "blog" >
33
- < Link prefetch href = "/blog" >
33
+ < Link href = "/blog" >
34
34
< a > Blog</ a >
35
35
</ Link >
36
36
</ li >
37
37
< li className = "day" >
38
- < Link prefetch href = "/day" >
38
+ < Link href = "/day" >
39
39
< a > ZEIT Day</ a >
40
40
</ Link >
41
41
</ li >
@@ -46,31 +46,31 @@ const Footer = ({ className }) => {
46
46
< a href = "/download" > Download</ a >
47
47
</ li >
48
48
< li className = "pricing" >
49
- < Link prefetch href = "/pricing" >
49
+ < Link href = "/pricing" >
50
50
< a > Pricing</ a >
51
51
</ Link >
52
52
< span > { '/' } </ span >
53
- < Link prefetch href = "/pricing/calculator" >
53
+ < Link href = "/pricing/calculator" >
54
54
< a > Calculator</ a >
55
55
</ Link >
56
56
</ li >
57
57
< li className = "now-for-github" >
58
- < Link prefetch href = "/github" >
58
+ < Link href = "/github" >
59
59
< a > Now for GitHub</ a >
60
60
</ Link >
61
61
</ li >
62
62
< li className = "now-for-gitlab" >
63
- < Link prefetch href = "/gitlab" >
63
+ < Link href = "/gitlab" >
64
64
< a > Now for GitLab</ a >
65
65
</ Link >
66
66
</ li >
67
67
< li >
68
- < Link prefetch href = "/smart-cdn" >
68
+ < Link href = "/smart-cdn" >
69
69
< a > Smart CDN</ a >
70
70
</ Link >
71
71
</ li >
72
72
< li >
73
- < Link prefetch href = "/integrations" >
73
+ < Link href = "/integrations" >
74
74
< a > Integrations Marketplace</ a >
75
75
</ Link >
76
76
</ li >
@@ -90,31 +90,31 @@ const Footer = ({ className }) => {
90
90
< a href = "/examples" > Examples</ a >
91
91
</ li >
92
92
< li className = "tv" >
93
- < Link prefetch href = "/tv" >
93
+ < Link href = "/tv" >
94
94
< a > TV</ a >
95
95
</ Link >
96
96
</ li >
97
97
</ ul >
98
98
< ul className = "navigation" >
99
99
< li className = "links-title" > More</ li >
100
100
< li className = "oss" >
101
- < Link prefetch href = "/oss" >
101
+ < Link href = "/oss" >
102
102
< a > Open Source Software</ a >
103
103
</ Link >
104
104
</ li >
105
105
< li className = "design" >
106
- < Link prefetch href = "/design" >
106
+ < Link href = "/design" >
107
107
< a > Design Assets</ a >
108
108
</ Link >
109
109
</ li >
110
110
111
111
< li className = "security" >
112
- < Link prefetch href = "/security" >
112
+ < Link href = "/security" >
113
113
< a > Security</ a >
114
114
</ Link >
115
115
</ li >
116
116
< li className = "support" >
117
- < Link prefetch href = "/support" >
117
+ < Link href = "/support" >
118
118
< a > Support</ a >
119
119
</ Link >
120
120
</ li >
@@ -124,12 +124,12 @@ const Footer = ({ className }) => {
124
124
< li className = "links-title" />
125
125
126
126
< li className = "privacy" >
127
- < Link prefetch href = "/privacy" >
127
+ < Link href = "/privacy" >
128
128
< a > Privacy Policy</ a >
129
129
</ Link >
130
130
</ li >
131
131
< li className = "terms" >
132
- < Link prefetch href = "/terms" >
132
+ < Link href = "/terms" >
133
133
< a > Terms of Service</ a >
134
134
</ Link >
135
135
</ li >
0 commit comments