Skip to content

Commit c0ed7ff

Browse files
authored
Update constants.ts
1 parent c390ad4 commit c0ed7ff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/lib/constants.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ type SocialStats = {
88

99
export const SOCIAL_STATS: SocialStats = {
1010
GITHUB: {
11-
STAT: '48K',
11+
STAT: '50K',
1212
LINK: 'https://github.com/appwrite/appwrite',
1313
EXTRA: {
14-
COMMITS: '24K+',
15-
PULL_REQUESTS: '4.5K+',
14+
COMMITS: '27K+',
15+
PULL_REQUESTS: '4.7K+',
1616
ISSUES: '3K+',
17-
OPEN_ISSUES: '500+',
17+
OPEN_ISSUES: '600+',
1818
CLOSED_ISSUES: '3.3K+',
19-
FORKS: '4.3K+',
19+
FORKS: '4.4K+',
2020
CONTRIBUTORS: '800+'
2121
}
2222
},
@@ -29,7 +29,7 @@ export const SOCIAL_STATS: SocialStats = {
2929
LINK: 'https://twitter.com/intent/follow?screen_name=appwrite'
3030
},
3131
YOUTUBE: {
32-
STAT: '11K+',
32+
STAT: '12K+',
3333
LINK: 'https://www.youtube.com/c/appwrite?sub_confirmation=1'
3434
}
3535
};

0 commit comments

Comments
 (0)