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}