From 3cce62824db1f5c29be947ab81543c76559db184 Mon Sep 17 00:00:00 2001 From: Sarah Meko Date: Wed, 2 Oct 2024 10:21:51 -0700 Subject: [PATCH 01/12] add navbar styles, and icon for mobile screens --- src/api/useAuth.jsx | 2 ++ src/views/Layout.jsx | 66 ++++++++++++++++++++++++++++++++++---------- 2 files changed, 54 insertions(+), 14 deletions(-) diff --git a/src/api/useAuth.jsx b/src/api/useAuth.jsx index c17b778..3f51761 100644 --- a/src/api/useAuth.jsx +++ b/src/api/useAuth.jsx @@ -12,6 +12,7 @@ export const SignInButton = () => ( @@ -24,6 +25,7 @@ export const SignOutButton = () => ( diff --git a/src/views/Layout.jsx b/src/views/Layout.jsx index c4ceaf8..9053ae3 100644 --- a/src/views/Layout.jsx +++ b/src/views/Layout.jsx @@ -24,24 +24,62 @@ export function Layout() { return ( <>
-
-

SnapShop

-
-