Skip to content

Commit

Permalink
Merge pull request #8700 from supabase/chore/update-company-page
Browse files Browse the repository at this point in the history
Chore: update community numbers
  • Loading branch information
Isaiah-Hamilton authored Aug 31, 2022
2 parents 2a556ad + 5f3be86 commit 8102152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/www/data/Community.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const data: CommunityItem[] = [
},
{
title: 'GitHub',
stat: '36,000+',
stat: '38,000+',
statLabel: 'GitHub stars',
img: 'github.png',
invertImgDarkMode: true,
Expand All @@ -42,7 +42,7 @@ const data: CommunityItem[] = [
},
{
title: 'Twitter',
stat: '36,000+',
stat: '38,000+',
statLabel: 'Followers',
img: 'twitter.png',
detail: () => (
Expand Down

0 comments on commit 8102152

Please sign in to comment.