Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 9d9097c

Browse files
Add link to Gitpod vs GitHub Codespaces Landing Page in the footer. (#895)
Fixes gitpod-io/website#883
1 parent 1bbabf3 commit 9d9097c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Footer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ const Footer: React.SFC<{}> = () => (
111111
<li><Link to="/pricing/">Pricing</Link></li>
112112
<li><Link to="/blog/">Blog</Link></li>
113113
<li><Link to="/self-hosted/">Self-Hosted</Link></li>
114+
<li><Link to="/gitpod-vs-github-codespaces">Gitpod vs GitHub <br />Codespaces</Link></li>
114115
<li><a href="https://gitpod.io/login/" style={{ color: colors.link, fontWeight: 600 }}>Log In</a></li>
115116
</ul>
116117
<ul>

0 commit comments

Comments
 (0)