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

Commit dbd4633

Browse files
Johannes Landgrafnisarhassan12
authored andcommitted
Update gitpod-vs-codespaces.tsx
Changed the IndexLayout title and updated the subtitle according to the proposed changes in the issue.
1 parent 7c2cc5f commit dbd4633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/gitpod-vs-codespaces.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const StyledGitpodVsCodespacesPage = styled.div`
6969
`
7070

7171
const GitpodVsCodespacesPage = () => (
72-
<IndexLayout title="Gitpod vs GitHub Codespaces" description="Experience Gitpod, the fast, resource-efficient, and open-source alternative to GitHub Codespaces.">
72+
<IndexLayout title="Gitpod vs GitHub Codespaces" description="Gitpod is the faster, more powerful open-source platform that integrates with your individual stack.">
7373
<StyledGitpodVsCodespacesPage>
7474
<section className="main">
7575
<div className="row">
@@ -78,7 +78,7 @@ const GitpodVsCodespacesPage = () => (
7878
<strong>Gitpod vs GitHub Codespaces</strong>
7979
</h1>
8080
<p>
81-
Gitpod is the <a href="#fast">faster</a>, <a href="#resource-efficient">more powerful</a>, and{' '}
81+
Gitpod is the <a href="#fast">faster</a>, <a href="#resource-efficient">more powerful</a>{' '}
8282
<a href="#open-source">open-source</a> platform that integrates with your individual stack.
8383
</p>
8484
</div>

0 commit comments

Comments
 (0)