diff --git a/src/lib/animations/OpenSource.svelte b/src/lib/animations/OpenSource.svelte index 6f5224c4ac..58d47c778d 100644 --- a/src/lib/animations/OpenSource.svelte +++ b/src/lib/animations/OpenSource.svelte @@ -3,6 +3,7 @@ import { animation, createScrollHandler, scroll, type Animation } from '.'; import { toScale, type Scale } from '$lib/utils/toScale'; import { browser } from '$app/environment'; + import { GITHUB_STARS } from '$lib/constants'; const springOptions: SpringOptions = { stiffness: 58.78, mass: 1, damping: 17.14 }; const animationOptions: AnimationListOptions = { @@ -184,7 +185,7 @@ aria-label="GitHub" /> -
38k+ GitHub Stars
+
{GITHUB_STARS}+ GitHub Stars