chore(site): update footer contact email from hello@comfy.org to support@comfy.org#935
Draft
tfcomfy wants to merge 2 commits into
Draft
chore(site): update footer contact email from hello@comfy.org to support@comfy.org#935tfcomfy wants to merge 2 commits into
tfcomfy wants to merge 2 commits into
Conversation
Contributor
🧹 Lint & Format Results
Generated by Site CI workflow |
Contributor
🔍 SEO Audit Results
📊 SEO Audit DetailsCould not parse SEO output 🔗 Link Check Detailsbroken internal links out of checked Generated by Site CI workflow |
Contributor
|
🚀 Preview deployed: https://workflow-templates-hgl87e9ev-comfyui.vercel.app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Created by the Glary-Bot Agent
Summary
Updates the public footer on templates.comfy.org to point at the support inbox instead of the catch-all
hello@address.site/src/components/hub/SiteFooter.astro— Contact section, both themailto:href and the visible link text.Other contact entries in the footer (
press@comfy.org, etc.) are unchanged.Why
Requested in #support: route public inbound mail to the support inbox.
Verification
prettier --checkandeslint --max-warnings 0pass onSiteFooter.astro.astro checkreports 0 errors across all 123 files.pnpm run devand verified in a real browser athttp://localhost:4321/:support@comfy.orgis the only address rendered in the footer<a href="mailto:support@comfy.org">is present,mailto:hello@comfy.orgis goneScreenshots