From 9e2f9e3b67d666f3e96f00add8ab2e0e86d93245 Mon Sep 17 00:00:00 2001 From: vivitt Date: Sun, 18 Aug 2024 10:54:24 -0300 Subject: [PATCH] change welcome message for testing worflows --- src/views/Layout.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Layout.jsx b/src/views/Layout.jsx index 4365acc..f2b1c10 100644 --- a/src/views/Layout.jsx +++ b/src/views/Layout.jsx @@ -21,7 +21,7 @@ export function Layout() {

Smart shopping list

{!!user ? (
- Sign in as {auth.currentUser.displayName} + Welcome {auth.currentUser.displayName}!
) : (