Compare commits

...

1 Commits

Author SHA1 Message Date
Glary-Bot
d3af003224 chore: update contact email from hello@comfy.org to support@comfy.org 2026-06-10 17:45:05 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -101,15 +101,15 @@ onMounted(() => {
<div class="min-h-[640px] w-full">
<p
v-if="hasEmbedLoadError"
class="text-primary-comfy-canvas text-sm/6"
class="text-sm/6 text-primary-comfy-canvas"
role="status"
>
{{ t('contact.form.embedLoadErrorPrefix', locale) }}
<a
class="text-primary-comfy-yellow underline"
href="mailto:hello@comfy.org"
href="mailto:support@comfy.org"
>
hello@comfy.org
support@comfy.org
</a>
{{ t('contact.form.embedLoadErrorSuffix', locale) }}
</p>

View File

@@ -133,8 +133,8 @@
{{ t('auth.login.privacyLink') }} </a
>.
{{ t('auth.login.questionsContactPrefix') }}
<a href="mailto:hello@comfy.org" class="cursor-pointer text-blue-500">
hello@comfy.org</a
<a href="mailto:support@comfy.org" class="cursor-pointer text-blue-500">
support@comfy.org</a
>.
</p>
</template>