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

Add getting started button #911

Merged
merged 1 commit into from
Feb 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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