We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd77d66 commit 84c4e62Copy full SHA for 84c4e62
src/pages/projects.astro
@@ -65,9 +65,9 @@ const kubeKnots = await fetch("https://api.github.com/repos/davidhu2000/kube-kno
65
</div>
66
<div class="ml-4">
67
<h3 class="font-medium dark:text-white leading-6 text-lg">Highlights</h3>
68
- <p class="text-muted mt-2">>17 million downloads</p>
+ <p class="text-muted mt-2">>20 million downloads</p>
69
<p class="text-muted mt-2">{reactSpinners.stargazers_count} stars on github</p>
70
- <p class="text-muted mt-2">used by >75000 repositories</p>
+ <p class="text-muted mt-2">used by >100000 repositories</p>
71
72
73
0 commit comments