From 3f1521693cccf7c7ea98f036e5224771e5e95908 Mon Sep 17 00:00:00 2001 From: snekd Date: Sat, 12 Apr 2025 16:12:29 -0400 Subject: [PATCH] working on images --- src/app/(app)/layout.tsx | 6 +++--- src/app/(app)/page.tsx | 11 +++-------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/src/app/(app)/layout.tsx b/src/app/(app)/layout.tsx index 14e1ad0..cb02616 100644 --- a/src/app/(app)/layout.tsx +++ b/src/app/(app)/layout.tsx @@ -18,9 +18,9 @@ export default function RootLayout({ Hero Image {children} diff --git a/src/app/(app)/page.tsx b/src/app/(app)/page.tsx index 646689e..a410a4c 100644 --- a/src/app/(app)/page.tsx +++ b/src/app/(app)/page.tsx @@ -7,11 +7,6 @@ function Mobile() { return (
- Drink Happy Logo

Welcome, {session?.name || "NULL"} !! @@ -31,15 +26,15 @@ function Mobile() { function Web() { const { session } = useDevice(); return ( -
+

Welcome, {session?.name || "NULL"} !!

- -