diff --git a/src/views/Home.jsx b/src/views/Home.jsx index 558e0c8..cb72bc0 100644 --- a/src/views/Home.jsx +++ b/src/views/Home.jsx @@ -19,7 +19,7 @@ export function Home({ data, setListPath, userId, userEmail }) { userEmail={userEmail} /> {data.length === 0 && ( -
+
{' '} You don't have any shopping lists yet. Start by creating your first one! diff --git a/src/views/List.jsx b/src/views/List.jsx index f659e9b..6bceee3 100644 --- a/src/views/List.jsx +++ b/src/views/List.jsx @@ -71,19 +71,19 @@ export function List({ data, listPath, lists }) { <>
+
Oops! No list selected yet. Head to the home page{' '} and select one!
)} {!listPath && lists.length > 0 && data.length === 0 && ( -+
Oops! No list selected yet. Head to the home page{' '} and select one!
)} {lists.length === 0 && ( -+
It looks like you don't have any shopping lists yet. Head to the{' '}
home page to create your first list and start
organizing your shopping!
@@ -92,7 +92,7 @@ export function List({ data, listPath, lists }) {
{listPath && lists.length > 0 && data.length === 0 && (
<>
Your list is currently empty.
+Your list is currently empty.
> )} {listPath && lists.length > 0 && data.length > 0 && (