mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-15 16:56:56 +08:00
chore: update GitHub stats defaults (stars 10,500+, forks 2,800+, community 6,600+)
This commit is contained in:
@@ -298,14 +298,14 @@ function CommunityStats() {
|
|||||||
const stats = [
|
const stats = [
|
||||||
{
|
{
|
||||||
label: 'GITHUB STARS',
|
label: 'GITHUB STARS',
|
||||||
value: isLoading ? '...' : (error ? '9,700+' : stars.toLocaleString()),
|
value: isLoading ? '...' : (error ? '10,500+' : stars.toLocaleString()),
|
||||||
icon: Star,
|
icon: Star,
|
||||||
color: 'text-yellow-400',
|
color: 'text-yellow-400',
|
||||||
href: OFFICIAL_LINKS.github
|
href: OFFICIAL_LINKS.github
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'FORKS',
|
label: 'FORKS',
|
||||||
value: isLoading ? '...' : (error ? '2,600+' : forks.toLocaleString()),
|
value: isLoading ? '...' : (error ? '2,800+' : forks.toLocaleString()),
|
||||||
icon: GitFork,
|
icon: GitFork,
|
||||||
color: 'text-blue-400',
|
color: 'text-blue-400',
|
||||||
href: `${OFFICIAL_LINKS.github}/fork`
|
href: `${OFFICIAL_LINKS.github}/fork`
|
||||||
@@ -319,7 +319,7 @@ function CommunityStats() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'DEV COMMUNITY',
|
label: 'DEV COMMUNITY',
|
||||||
value: '6,000+', // Updated as per user request
|
value: '6,600+',
|
||||||
icon: MessageCircle,
|
icon: MessageCircle,
|
||||||
color: 'text-blue-500',
|
color: 'text-blue-500',
|
||||||
href: OFFICIAL_LINKS.telegram
|
href: OFFICIAL_LINKS.telegram
|
||||||
|
|||||||
Reference in New Issue
Block a user