Skip to content

Commit c1cd3ea

Browse files
committed
wip
1 parent c293b4c commit c1cd3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/GithubButton.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
import { useTranslations, getLangFromUrl } from '@serverHelpers';
33
const { type = 'stars' } = Astro.props;
4-
const stars = 400;
4+
const stars = 410;
55
66
const lang = getLangFromUrl(Astro.url);
77
const t = useTranslations(lang);

0 commit comments

Comments
 (0)