mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-24 00:36:42 +02:00
fix: replace all manacore.app URLs with mana.how
The production domain is mana.how, not manacore.app. Updated all references across shared-branding APP_URLS, app configs, landing pages, docs, help content, calendar iCal UIDs, and deploy scripts. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
2d7ca7e387
commit
2c26fce736
34 changed files with 100 additions and 103 deletions
|
|
@ -167,7 +167,7 @@ export const centralHelpContent: HelpContent = {
|
|||
</ul>`,
|
||||
language: 'en',
|
||||
order: 1,
|
||||
supportEmail: 'support@manacore.app',
|
||||
supportEmail: 'support@mana.how',
|
||||
responseTime: 'Usually within 24 hours',
|
||||
},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -435,7 +435,7 @@
|
|||
<!-- Contact Options -->
|
||||
<div class="grid gap-4 sm:grid-cols-2">
|
||||
<a
|
||||
href="mailto:support@manacore.app"
|
||||
href="mailto:support@mana.how"
|
||||
class="group flex items-center gap-4 rounded-2xl bg-white/80 p-5 shadow-sm ring-1 ring-gray-200 backdrop-blur-sm transition-all hover:-translate-y-1 hover:shadow-lg dark:bg-white/5 dark:ring-white/10"
|
||||
>
|
||||
<div
|
||||
|
|
@ -447,7 +447,7 @@
|
|||
<p class="font-medium text-gray-900 dark:text-gray-100">
|
||||
{t.email}
|
||||
</p>
|
||||
<p class="text-sm text-gray-600 dark:text-gray-400">support@manacore.app</p>
|
||||
<p class="text-sm text-gray-600 dark:text-gray-400">support@mana.how</p>
|
||||
</div>
|
||||
<ArrowRight
|
||||
size={18}
|
||||
|
|
@ -483,7 +483,7 @@
|
|||
</h3>
|
||||
<div class="space-y-2">
|
||||
<a
|
||||
href="https://manacore.app"
|
||||
href="https://mana.how"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="flex items-center gap-2 text-sm text-gray-600 transition-colors hover:text-blue-600 dark:text-gray-400 dark:hover:text-blue-400"
|
||||
|
|
@ -492,7 +492,7 @@
|
|||
{$locale === 'de' ? 'Website besuchen' : 'Visit Website'}
|
||||
</a>
|
||||
<a
|
||||
href="https://manacore.app/docs"
|
||||
href="https://mana.how/docs"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="flex items-center gap-2 text-sm text-gray-600 transition-colors hover:text-blue-600 dark:text-gray-400 dark:hover:text-blue-400"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue