diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index b3d62ab..1cc381f 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -11,6 +11,8 @@ scrolled = window.scrollY > 0; }; + handleScroll(); + window.addEventListener("scroll", handleScroll); return () => { diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index d6a7e24..b558913 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -90,7 +90,12 @@ - + Contribute + + + + Built by and for the community + + + The future of suyu is shaped by you. New features are always being added, and our community + continually shapes the direction of the project. + + + + + + Discord + + Join our Discord server to chat with 14,000+ suyu users and developers. Get the latest + updates and help with any issues you have. + + + + + + + GitLab + + GitLab is where all the magic of suyu happens. We're always looking for new contributors + to help us out, so feel free to check out our code. + + + + + + +
+ The future of suyu is shaped by you. New features are always being added, and our community + continually shapes the direction of the project. +
+ Join our Discord server to chat with 14,000+ suyu users and developers. Get the latest + updates and help with any issues you have. +
+ GitLab is where all the magic of suyu happens. We're always looking for new contributors + to help us out, so feel free to check out our code. +