Skip to content

Commit

Permalink
fix(homepage): revert to correct github usernames
Browse files Browse the repository at this point in the history
  • Loading branch information
goffxnca committed Nov 14, 2024
1 parent 06ee926 commit 24a72e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: 'acemarke',
githubUsername: 'markerikson',
},
{
url: 'https://x.com/arcanis/status/1351620354561732608',
Expand Down Expand Up @@ -58,7 +58,7 @@ const TWEETS: TweetItem[] = [
</>
),
showOnHomepage: true,
githubUsername: 'maxlynch',
githubUsername: 'mlynch',
},
{
url: 'https://x.com/supabase/status/1328960757149671425',
Expand Down

0 comments on commit 24a72e3

Please sign in to comment.