Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(homepage): typo corrections and updated twitter handles #10678

Merged
merged 3 commits into from
Nov 15, 2024
Merged
Changes from 1 commit
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
12 changes: 6 additions & 6 deletions website/src/data/tweets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const TWEETS: TweetItem[] = [
</>
),
showOnHomepage: true,
githubUsername: 'markerikson',
githubUsername: 'acemarke',
goffxnca marked this conversation as resolved.
Show resolved Hide resolved
},
{
url: 'https://x.com/arcanis/status/1351620354561732608',
Expand Down Expand Up @@ -58,7 +58,7 @@ const TWEETS: TweetItem[] = [
</>
),
showOnHomepage: true,
githubUsername: 'mlynch',
githubUsername: 'maxlynch',
goffxnca marked this conversation as resolved.
Show resolved Hide resolved
},
{
url: 'https://x.com/supabase/status/1328960757149671425',
Expand Down Expand Up @@ -132,7 +132,7 @@ const TWEETS: TweetItem[] = [
have the honor of being a favorite. We are really happy that we found
this project. It helped us a lot to improve the documentation. And we
still have a lot of plans with things like tutorials, versioning and
i8n.
i18n.
</>
),
showOnHomepage: true,
Expand All @@ -145,7 +145,7 @@ const TWEETS: TweetItem[] = [
date: 'Nov 4, 2020',
content: (
<>
http://testing-library.com just got a nice update! We&apos;re now on the
https://testing-library.com just got a nice update! We&apos;re now on the
latest version of <b>@docusaurus</b> thanks to @matanbobi, @TensorNo,
and @nickemccurdy 💙
<br />
Expand Down Expand Up @@ -176,7 +176,7 @@ const TWEETS: TweetItem[] = [
<b>@docusaurus</b>!
<br />
<br />
@temporalio uses it for http://docs.temporal.io, and it has been a huge
@temporalio uses it for https://docs.temporal.io, and it has been a huge
boon to our docs team. @sebastienlorber is an incredible steward of the
project, support it if you can!
</>
Expand Down Expand Up @@ -264,7 +264,7 @@ const TWEETS: TweetItem[] = [
🧐 @algolia DocSearch v3 <br />
💥 @mdx_js enable many new possibilities <br />
<br />
Check it out: http://reactnative.dev
Check it out: https://reactnative.dev
</>
),
showOnHomepage: false,
Expand Down