From e160145b89a9ed2a4660b3616551e60a661f6c3f Mon Sep 17 00:00:00 2001 From: not-nullptr Date: Wed, 23 Apr 2025 18:56:55 +0100 Subject: [PATCH] feat: clarify contact stuff --- src/lib/consts.ts | 1 + src/lib/sections/about/Credits.svelte | 5 +++++ src/lib/sections/about/Donate.svelte | 2 +- src/lib/sections/about/Resources.svelte | 28 +++++++++++++++++++++---- src/routes/about/+page.svelte | 4 ++-- 5 files changed, 33 insertions(+), 7 deletions(-) diff --git a/src/lib/consts.ts b/src/lib/consts.ts index 8cdd909..d960fab 100644 --- a/src/lib/consts.ts +++ b/src/lib/consts.ts @@ -10,3 +10,4 @@ export const VERT_NAME = : PUB_ENV === "nightly" ? "VERT Nightly" : "VERT.sh"; +export const CONTACT_EMAIL = "hello@vert.sh"; diff --git a/src/lib/sections/about/Credits.svelte b/src/lib/sections/about/Credits.svelte index 2f76e3e..8ee77fe 100644 --- a/src/lib/sections/about/Credits.svelte +++ b/src/lib/sections/about/Credits.svelte @@ -45,6 +45,11 @@ Credits +

+ Please refrain from contacting any individual developers for questions + regarding VERT. Instead, use the email in the Resources section. +

+
diff --git a/src/lib/sections/about/Donate.svelte b/src/lib/sections/about/Donate.svelte index 9817eea..f27ffdc 100644 --- a/src/lib/sections/about/Donate.svelte +++ b/src/lib/sections/about/Donate.svelte @@ -7,7 +7,7 @@ @@ -19,7 +24,9 @@ href={DISCORD_URL} target="_blank" rel="noopener noreferrer" - class="btn {$effects ? "" : "!scale-100"} flex-1 gap-2 p-4 rounded-full bg-button text-black dynadark:text-white flex items-center justify-center" + class="btn {$effects + ? '' + : '!scale-100'} flex-1 gap-2 p-4 rounded-full bg-button text-black dynadark:text-white flex items-center justify-center" > Discord @@ -28,10 +35,23 @@ href={GITHUB_URL_VERT} target="_blank" rel="noopener noreferrer" - class="btn {$effects ? "" : "!scale-100"} flex-1 gap-2 p-4 rounded-full bg-button text-black dynadark:text-white flex items-center justify-center" + class="btn {$effects + ? '' + : '!scale-100'} flex-1 gap-2 p-4 rounded-full bg-button text-black dynadark:text-white flex items-center justify-center" > Source + + + Email +
diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index 67da240..d17774d 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -123,9 +123,9 @@ >
- {#if donationsEnabled} + {#if !donationsEnabled}