Skip to content

Commit 39674c3

Browse files
authored
Merge pull request linode#357 from bbiggerr/header-footer-update-2021-03
Update footer copyright and compare link
2 parents 6ba3660 + 7e79b78 commit 39674c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const FooterNav = () => (
6767
</a>
6868
</div>
6969
<div className="o-layout__module c-copyright">
70-
&copy; {new Date().getFullYear()} All rights reserved.
70+
&copy; 2003-{new Date().getFullYear()} Linode LLC. <br />All rights reserved.
7171
</div>
7272
<div className="o-layout__module c-social">
7373
<nav className="o-menu">
@@ -182,9 +182,9 @@ const FooterNav = () => (
182182
</a>
183183
</li>
184184
<li className="o-menu__item">
185-
<a className="o-menu__link" href="https://www.linode.com/linode-vs-aws/">
185+
<a className="o-menu__link" href="https://www.linode.com/compare/">
186186
<span className="o-menu__title">
187-
Linode vs. AWS
187+
Linode vs. Competitors
188188
</span>
189189
</a>
190190
</li>

0 commit comments

Comments
 (0)