diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 1b13d73..9226318 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -8,8 +8,8 @@ export let data: PageData; $: memberCount = parseFloat(data.memberCount?.toPrecision(2)); - $: contributors = parseFloat(data.roleMembers?.["1214817156420862012"]?.toPrecision(2)); - $: gitCommits = parseFloat(data.gitCommits?.toPrecision(2)); + $: contributors = parseFloat(data.roleMembers["1214817156420862012"]?.toPrecision(2)); + $: starCount = parseFloat(data.starCount?.toPrecision(2)); let metadata = { url: "https://suyu.dev", title: "suyu - Open-source, non-profit Switch emulator", @@ -40,6 +40,12 @@ +
+
+

Notice: Suyu Discord Deleted

+

The Suyu Discord Server has been unlawfully DMCA'd, by who we believe is Nintendo Co., Ltd. Whilst we are not pressing charges, we will continue with the development of the emulator as intended. We are moving our communications to a self-hosted Matrix Server for the foreseeable future. Please check back within the next 48 hours for an update as our dev team works hard behind the scenes to get the server implemented. Thank you for sticking with us through this tough journey. We will continue to fight for the right to legal emulation, as shown in Sega Enterprises Ltd. v. Accolade, Inc. and Sony Computer Entertainment v. Connectix Corporation. We are curerntly in the process of auditing our code for copyright infringing content. If you would like to assist, please contribute to the project via our Git. Thank you.

+
+
@@ -70,8 +76,13 @@ and open-source, forever.

- - Download + Download Contribute

By the numbers

- +
@@ -148,16 +160,13 @@
- -

Discord

+

Matrix

- Join our Discord server to chat with {memberCount}+ suyu users and developers. Get the - latest updates and help with any issues you have. + Our new Matrix Server is currently being implemented. Please check back here soon for more details. Please view the notice at the top of the page for more information. Thank you.

- + /> --> -
+

Git

- Our Git instance 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. + Our Git instance 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.