File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ type SocialStats = {
8
8
9
9
export const SOCIAL_STATS : SocialStats = {
10
10
GITHUB : {
11
- STAT : '48K ' ,
11
+ STAT : '50K ' ,
12
12
LINK : 'https://github.com/appwrite/appwrite' ,
13
13
EXTRA : {
14
- COMMITS : '24K +' ,
15
- PULL_REQUESTS : '4.5K +' ,
14
+ COMMITS : '27K +' ,
15
+ PULL_REQUESTS : '4.7K +' ,
16
16
ISSUES : '3K+' ,
17
- OPEN_ISSUES : '500 +' ,
17
+ OPEN_ISSUES : '600 +' ,
18
18
CLOSED_ISSUES : '3.3K+' ,
19
- FORKS : '4.3K +' ,
19
+ FORKS : '4.4K +' ,
20
20
CONTRIBUTORS : '800+'
21
21
}
22
22
} ,
@@ -29,7 +29,7 @@ export const SOCIAL_STATS: SocialStats = {
29
29
LINK : 'https://twitter.com/intent/follow?screen_name=appwrite'
30
30
} ,
31
31
YOUTUBE : {
32
- STAT : '11K +' ,
32
+ STAT : '12K +' ,
33
33
LINK : 'https://www.youtube.com/c/appwrite?sub_confirmation=1'
34
34
}
35
35
} ;
You can’t perform that action at this time.
0 commit comments