@@ -84,7 +84,7 @@ export default function OssStats() {
8484 < div className = "text-2xl font-bold opacity-80 relative group-hover:text-emerald-500 transition-colors duration-200" >
8585 < NpmDownloadCounter npmData = { npm } />
8686 </ div >
87- < div className = "text-sm opacity-50 font-medium italic group-hover:text-emerald-500 transition-colors duration-200" >
87+ < div className = "text-sm opacity-60 font-medium italic group-hover:text-emerald-500 transition-colors duration-200" >
8888 NPM Downloads
8989 </ div >
9090 </ div >
@@ -100,7 +100,7 @@ export default function OssStats() {
100100 < div className = "text-2xl font-bold opacity-80 leading-none group-hover:text-yellow-500 transition-colors duration-200" >
101101 < NumberFlow value = { github ?. starCount } />
102102 </ div >
103- < div className = "text-sm opacity-50 font-medium italic -mt-1 group-hover:text-yellow-500 transition-colors duration-200" >
103+ < div className = "text-sm opacity-60 font-medium italic -mt-1 group-hover:text-yellow-500 transition-colors duration-200" >
104104 Stars on Github
105105 </ div >
106106 </ div >
@@ -111,7 +111,7 @@ export default function OssStats() {
111111 < div className = "text-2xl font-bold opacity-80" >
112112 < NumberFlow value = { github ?. contributorCount } />
113113 </ div >
114- < div className = "text-sm opacity-50 font-medium italic -mt-1" >
114+ < div className = "text-sm opacity-60 font-medium italic -mt-1" >
115115 Contributors on GitHub
116116 </ div >
117117 </ div >
@@ -122,7 +122,7 @@ export default function OssStats() {
122122 < div className = "text-2xl font-bold opacity-80 relative" >
123123 < NumberFlow value = { github ?. dependentCount } />
124124 </ div >
125- < div className = "text-sm opacity-50 font-medium italic -mt-1" >
125+ < div className = "text-sm opacity-60 font-medium italic -mt-1" >
126126 Dependents on GitHub
127127 </ div >
128128 </ div >
@@ -135,7 +135,7 @@ export default function OssStats() {
135135 >
136136 < div className = "h-2 w-2 animate-pulse rounded-full bg-green-500" > </ div >
137137 < div className = "flex items-center gap-1" >
138- < span className = "text-[.75rem] opacity-30 relative -top-px" >
138+ < span className = "text-[.75rem] opacity-60 relative -top-px" >
139139 Powered by
140140 </ span >
141141 < img
0 commit comments