Skip to content

Commit 19c115d

Browse files
committed
feat: add imprint link as contact link
1 parent acea016 commit 19c115d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/Everything.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ export function TopNavigation({ path }: { path?: string }) {
498498
_hover={{ color: 'limosen.accent' }}
499499
>
500500
<LinkOverlay
501-
href="https://limosen.at/de/page/contact"
501+
href="/imprint"
502502
onClick={handleNavLinkClick}
503503
>
504504
Kontakt

src/components/vars/limosen.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ export const FOOTER_LINK_GROUPS = [
245245
// { label: 'Hauptseite', href: 'https://limosen.at/de' },
246246
{ label: 'Fahrzeugflotte', href: '#fahrzeuge' },
247247
{ label: 'Rezensionen', href: '#rezensionen' },
248-
{ label: 'Kontakt', href: '?contact' },
248+
{ label: 'Kontakt', href: '/imprint' },
249249
],
250250
},
251251
{
@@ -262,7 +262,7 @@ export const FOOTER_LINK_GROUPS = [
262262
links: [
263263
{ label: CONTACT_PHONE, href: `https://api.whatsapp.com/send?phone=${encodeURIComponent(CONTACT_PHONE)}` },
264264
{ label: CONTACT_EMAIL, href: `mailto:${CONTACT_EMAIL}` },
265-
{ label: 'Schreiben Sie uns', href: 'https://limosen.at/de/page/contact' },
265+
{ label: 'Schreiben Sie uns', href: '/imprint' },
266266
],
267267
},
268268
];

0 commit comments

Comments
 (0)