Skip to content

Commit 06ee926

Browse files
authored
fix(homepage): typo corrections and updated twitter handles
1 parent 2b8ddb9 commit 06ee926

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

website/src/data/tweets.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const TWEETS: TweetItem[] = [
3030
</>
3131
),
3232
showOnHomepage: true,
33-
githubUsername: 'markerikson',
33+
githubUsername: 'acemarke',
3434
},
3535
{
3636
url: 'https://x.com/arcanis/status/1351620354561732608',
@@ -58,7 +58,7 @@ const TWEETS: TweetItem[] = [
5858
</>
5959
),
6060
showOnHomepage: true,
61-
githubUsername: 'mlynch',
61+
githubUsername: 'maxlynch',
6262
},
6363
{
6464
url: 'https://x.com/supabase/status/1328960757149671425',
@@ -132,7 +132,7 @@ const TWEETS: TweetItem[] = [
132132
have the honor of being a favorite. We are really happy that we found
133133
this project. It helped us a lot to improve the documentation. And we
134134
still have a lot of plans with things like tutorials, versioning and
135-
i8n.
135+
i18n.
136136
</>
137137
),
138138
showOnHomepage: true,
@@ -145,7 +145,7 @@ const TWEETS: TweetItem[] = [
145145
date: 'Nov 4, 2020',
146146
content: (
147147
<>
148-
http://testing-library.com just got a nice update! We&apos;re now on the
148+
https://testing-library.com just got a nice update! We&apos;re now on the
149149
latest version of <b>@docusaurus</b> thanks to @matanbobi, @TensorNo,
150150
and @nickemccurdy 💙
151151
<br />
@@ -176,7 +176,7 @@ const TWEETS: TweetItem[] = [
176176
<b>@docusaurus</b>!
177177
<br />
178178
<br />
179-
@temporalio uses it for http://docs.temporal.io, and it has been a huge
179+
@temporalio uses it for https://docs.temporal.io, and it has been a huge
180180
boon to our docs team. @sebastienlorber is an incredible steward of the
181181
project, support it if you can!
182182
</>
@@ -264,7 +264,7 @@ const TWEETS: TweetItem[] = [
264264
🧐 @algolia DocSearch v3 <br />
265265
💥 @mdx_js enable many new possibilities <br />
266266
<br />
267-
Check it out: http://reactnative.dev
267+
Check it out: https://reactnative.dev
268268
</>
269269
),
270270
showOnHomepage: false,

0 commit comments

Comments
 (0)