diff --git a/src/lib/animations/OpenSource.svelte b/src/lib/animations/OpenSource.svelte index ef44a07d12..fa18374fdc 100644 --- a/src/lib/animations/OpenSource.svelte +++ b/src/lib/animations/OpenSource.svelte @@ -2,7 +2,7 @@ import { toScale, type Scale } from '$lib/utils/toScale'; import { spring, type AnimationListOptions, type SpringOptions } from 'motion'; import { animation, createScrollHandler, scroll, type Animation } from '.'; - import { GITHUB_STARS } from '$lib/constants'; + import { GITHUB_REPO_LINK, GITHUB_STARS } from '$lib/constants'; const springOptions: SpringOptions = { stiffness: 58.78, @@ -199,7 +199,7 @@
import { afterNavigate } from '$app/navigation'; import { IsLoggedIn } from '$lib/components'; - import { GITHUB_STARS } from '$lib/constants'; + import { GITHUB_REPO_LINK, GITHUB_STARS } from '$lib/constants'; import type { NavLink } from '$lib/layouts/Main.svelte'; export let open = false; @@ -37,7 +37,7 @@