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

Commit a04add7

Browse files
committed
tweets: small updates.
1 parent 2cff5be commit a04add7

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
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 200,000+ <strong>Developers & Businesses</strong>
112+
Used by 250,000+ <strong>Developers & Businesses</strong>
113113
</h3>
114114
<div className="tweets-container" ref={tweetsContainerRef}>
115115
<div className="tweets" ref={tweetsRef}>

src/contents/index.tsx

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,14 @@ export const testimonials: TestimonialProps[] = [
121121
{
122122
name: 'Ben Halpern',
123123
avatar: BenHalpern,
124-
org: <a href="https://twitter.com/forem" target="_blank">
125-
@forem
126-
</a>,
127-
role: 'Creator and Co-founder ',
124+
org: <>
125+
<a href="https://twitter.com/forem" target="_blank">
126+
@forem
127+
</a> and <a href="https://twitter.com/ThePracticalDev" target="_blank">
128+
@ThePracticalDev
129+
</a>
130+
</>,
131+
role: 'Creator and Co-founder',
128132
text: (
129133
<>
130134
<p>GitPod is incredibly cool.</p>
@@ -138,7 +142,7 @@ export const testimonials: TestimonialProps[] = [
138142
name: 'Michael Friedrich',
139143
avatar: Michael,
140144
org: <a href="https://twitter.com/gitlab" target="_blank">@GitLab</a>,
141-
role: 'The Ops in Developer Evangelism',
145+
role: 'Developer Evangelist',
142146
text: (
143147
<>
144148
<p>
@@ -240,7 +244,7 @@ export const testimonials: TestimonialProps[] = [
240244
org: <a href="https://twitter.com/4GeeksAcademy" target="_blank">
241245
@4GeeksAcademy
242246
</a>,
243-
role: 'Senior dev teaching code thru',
247+
role: 'Co-Founder',
244248
text: (
245249
<>
246250
<p>My setup is on <a href="https://twitter.com/gitpod" target="_blank">@gitpod</a>, just like Christopher McCandless, where I go my code goes with me, no setup whatsoever Smiling face with sunglasses 😎 #IntoTheWild</p>

0 commit comments

Comments
 (0)