Mobile NavBar Update

This commit is contained in:
2025-04-12 16:11:43 -04:00
parent 3b43263af2
commit 3b4becfcf5
6 changed files with 40 additions and 35 deletions

View File

@@ -14,7 +14,7 @@ export default function RootLayout({
const { isMobile, isSafari } = useDevice();
return (
<main>
<main className="card grid grid-rows-[1fr_auto]">
<Image
src="/drinkhappylogo.png"

View File

@@ -1,5 +1,7 @@
import type { MetadataRoute } from "next";
export default function manifest(): MetadataRoute.Manifest {
return {
name: "Healthify",