We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c293b4c commit c1cd3eaCopy full SHA for c1cd3ea
src/components/GithubButton.astro
@@ -1,7 +1,7 @@
1
---
2
import { useTranslations, getLangFromUrl } from '@serverHelpers';
3
const { type = 'stars' } = Astro.props;
4
-const stars = 400;
+const stars = 410;
5
6
const lang = getLangFromUrl(Astro.url);
7
const t = useTranslations(lang);
0 commit comments