From 8b6d2da821b9db9333d865b77f12dcb1f3571ccf Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Sat, 20 Jun 2026 09:31:48 +0200 Subject: [PATCH] feat(header): add mail and map action buttons for mobile --- components/layout/Header.tsx | 59 +++++++++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 46 insertions(+), 15 deletions(-) diff --git a/components/layout/Header.tsx b/components/layout/Header.tsx index 124050e82..7a01a3411 100644 --- a/components/layout/Header.tsx +++ b/components/layout/Header.tsx @@ -138,20 +138,51 @@ export function Header({ navLinks }: HeaderProps) {
- {/* Phone Button (Mobile Only) */} - - - - - + {/* Quick Actions (Mobile Only) */} +
+ + + + + + + + + + + + + + + + +
{/* Language Switcher visible on desktop only */}
diff --git a/package.json b/package.json index 3f129d7d2..d19b109d5 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "prepare": "husky", "preinstall": "npx only-allow pnpm" }, - "version": "2.2.13-rc.61", + "version": "2.2.13-rc.62", "pnpm": { "onlyBuiltDependencies": [ "@parcel/watcher",