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 (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsiolis authored Feb 3, 2021
1 parent 9f3cab4 commit 2e6934c
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 @@ -94,6 +94,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 2e6934c

Please sign in to comment.