mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 02:41:09 +02:00
fix(branding): rename ManaContacts to Kontakte
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
019f3eb9fd
commit
f7ee9ead44
3 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ const sections: Section[] = [
|
|||
apps: [
|
||||
{ name: 'ManaTodo', icon: 'ph:check-square-bold', tagline: 'Aufgaben', url: 'https://todo.mana.how' },
|
||||
{ name: 'ManaCalendar', icon: 'ph:calendar-bold', tagline: 'Kalender', url: 'https://calendar.mana.how' },
|
||||
{ name: 'ManaContacts', icon: 'ph:address-book-bold', tagline: 'Kontakte', url: 'https://contacts.mana.how' },
|
||||
{ name: 'Kontakte', icon: 'ph:address-book-bold', tagline: 'Kontakte', url: 'https://contacts.mana.how' },
|
||||
{ name: 'ManaStorage', icon: 'ph:cloud-bold', tagline: 'Cloud-Speicher', url: 'https://storage.mana.how' },
|
||||
{ name: 'Inventar', icon: 'ph:package-bold', tagline: 'Inventar', url: 'https://inventar.mana.how' },
|
||||
],
|
||||
|
|
|
|||
|
|
@ -343,7 +343,7 @@ export const appConfigs: Record<string, AppConfig> = {
|
|||
|
||||
contacts: {
|
||||
name: 'contacts',
|
||||
displayName: 'ManaContacts',
|
||||
displayName: 'Kontakte',
|
||||
tagline: 'Kontaktverwaltung',
|
||||
description: 'Verwalte deine Kontakte übersichtlich mit Gruppen, Tags und Notizen.',
|
||||
logoEmoji: '👥',
|
||||
|
|
|
|||
|
|
@ -242,7 +242,7 @@ export const MANA_APPS: ManaApp[] = [
|
|||
},
|
||||
{
|
||||
id: 'contacts',
|
||||
name: 'ManaContacts',
|
||||
name: 'Kontakte',
|
||||
description: {
|
||||
de: 'Kontaktverwaltung',
|
||||
en: 'Contact Management',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue