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

Commit 482ea51

Browse files
authored
Update-number-of-Gitpod-users (#928)
1 parent 5567266 commit 482ea51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/index/Testimonials.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const Testimonials: React.SFC<{}> = () => {
109109
<section className="testimonials">
110110
<div className="row">
111111
<h3>
112-
Used by 250,000+ <strong>Developers & Businesses</strong>
112+
Used by 300,000+ <strong>Developers & Businesses</strong>
113113
</h3>
114114
<div className="tweets-container" ref={tweetsContainerRef}>
115115
<div className="tweets" ref={tweetsRef}>

src/pages/gitpod-vs-github-codespaces.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ const GitpodVsGitHubCodespacesPage = () => (
292292
<Difference />
293293

294294
<TrustedBy
295-
title={<strong>Used by 250,000+ Developers & Businesses</strong>}
295+
title={<strong>Used by 300,000+ Developers & Businesses</strong>}
296296
styles={{ margin: '10rem 0' }}
297297
brands={[
298298
{

0 commit comments

Comments
 (0)