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

Commit

Permalink
Add getting started button
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsiolis committed Dec 17, 2020
1 parent 8a512bf commit 175e0bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/index/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ const Banner = () => (
<a href="#get-started" className="btn btn--cta">
Try Now
</a>
<a href="https://www.gitpod.io/docs/getting-started/" className="btn" style={{ marginLeft: '8px' }}>
Getting Started
</a>
<p className="works-with">
Works with
<img src={GitLab} alt="GitLab" />
Expand Down

0 comments on commit 175e0bd

Please sign in to comment.