Skip to content

Commit 10e227d

Browse files
authored
Merge pull request linode#212 from hzoppetti/birthday-head-foot-change
[Birthday] Footer Change - remove Nanode update Standard to Shared
2 parents 10fdab3 + f17bc46 commit 10e227d

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

src/components/3_organisms/footer-nav.js

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,27 +77,24 @@ const FooterNav = () => (
7777
<h4 className="footer-nav-header">Products</h4>
7878
<ul className="footer-sublist">
7979
<li>
80-
<a href="https://linode.com/products/">Products</a>
80+
<a href="https://linode.com/products/">Products Overview</a>
8181
</li>
8282
<li>
8383
<a href="https://linode.com/products/kubernetes/">Kubernetes</a>
8484
</li>
8585
<li>
86-
<a href="https://linode.com/products/nanodes/">Nanodes</a>
87-
</li>
88-
<li>
89-
<a href="https://linode.com/products/standard-linodes/">
90-
Standard Linodes
86+
<a href="https://linode.com/products/shared/">
87+
Shared
9188
</a>
9289
</li>
9390
<li>
94-
<a href="https://linode.com/products/high-memory/">
95-
High Memory Linodes
91+
<a href="https://linode.com/products/dedicated-cpu/">
92+
Dedicated CPU
9693
</a>
9794
</li>
9895
<li>
99-
<a href="https://linode.com/products/dedicated-cpu/">
100-
Dedicated CPU
96+
<a href="https://linode.com/products/high-memory/">
97+
High Memory
10198
</a>
10299
</li>
103100
<li>

0 commit comments

Comments
 (0)