diff --git a/frontend/app/layout.tsx b/frontend/app/layout.tsx
index 514bd3a..dc3431e 100644
--- a/frontend/app/layout.tsx
+++ b/frontend/app/layout.tsx
@@ -29,13 +29,13 @@ export const viewport: Viewport = {
};
export const metadata: Metadata = {
- title: "MealBuddy | Office Lunch Management",
+ title: "Mealbuddy",
description: "Office cafeteria lunch management and billing",
manifest: "/manifest.webmanifest",
appleWebApp: {
capable: true,
statusBarStyle: "default",
- title: "MealBuddy | Office Lunch Management",
+ title: "Mealbuddy",
},
formatDetection: {
telephone: false,
diff --git a/frontend/app/manifest.ts b/frontend/app/manifest.ts
index a79c613..0483780 100644
--- a/frontend/app/manifest.ts
+++ b/frontend/app/manifest.ts
@@ -2,8 +2,8 @@ import type { MetadataRoute } from 'next';
export default function manifest(): MetadataRoute.Manifest {
return {
- name: 'MealBuddy | Office Lunch Management',
- short_name: 'MealBuddy | Office Lunch Management',
+ name: 'Mealbuddy',
+ short_name: 'Mealbuddy',
description: 'Office cafeteria lunch management, daily meal voting, and billing',
start_url: '/',
scope: '/',
diff --git a/frontend/components/header.tsx b/frontend/components/header.tsx
index 9a9a5ce..a107a1c 100644
--- a/frontend/components/header.tsx
+++ b/frontend/components/header.tsx
@@ -399,14 +399,14 @@ export default function Header({ user, onLogout, onNavigateHome }: HeaderProps)
className="
fixed right-0 bottom-0
w-[85vw] max-w-[340px]
- bg-white/95 dark:bg-[#1C1C1C]/95 backdrop-blur-xl
+ bg-white dark:bg-[#1C1C1C]
border-l border-slate-200 dark:border-[#323232]
shadow-2xl
z-[2000]
flex flex-col
p-6
md:hidden
- rounded-l-3xl
+ rounded-l-xl
"
style={{
top: `${headerHeight}px`,
@@ -419,14 +419,14 @@ export default function Header({ user, onLogout, onNavigateHome }: HeaderProps)
Navigation
{currentUser && (