Add contact info to auth modal (#3692)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Benjamin Lu
2025-04-29 20:36:25 -04:00
committed by GitHub
parent 98d7256da4
commit c5eb97e563
8 changed files with 15 additions and 5 deletions

View File

@@ -67,7 +67,7 @@
}}
</Button>
</div>
<!-- Terms -->
<!-- Terms & Contact -->
<p class="text-xs text-muted mt-8">
{{ t('auth.login.termsText') }}
<a
@@ -83,9 +83,12 @@
target="_blank"
class="text-blue-500 cursor-pointer"
>
{{ t('auth.login.privacyLink') }}
</a>
.
{{ t('auth.login.privacyLink') }} </a
>.
{{ t('auth.login.questionsContactPrefix') }}
<a href="mailto:hello@comfy.org" class="text-blue-500 cursor-pointer">
hello@comfy.org</a
>.
</p>
</div>
</template>