diff --git a/src/components/forms/ShareListForm.tsx b/src/components/forms/ShareListForm.tsx index 5e01780..e279bcf 100644 --- a/src/components/forms/ShareListForm.tsx +++ b/src/components/forms/ShareListForm.tsx @@ -52,7 +52,7 @@ const ShareListForm = ({ listPath }: Props) => { className="h3 Share-ListForm text-center " htmlFor="recipient-email" > - Invite friends and family to view your list! + Invite others to view your list! { aria-required /> - diff --git a/src/views/authenticated/List.scss b/src/views/authenticated/List.scss index 320f423..da651ca 100644 --- a/src/views/authenticated/List.scss +++ b/src/views/authenticated/List.scss @@ -23,28 +23,3 @@ background-color: rgb(241, 230, 204); z-index: 1020; } - -//.Share-ListForm { -//flex-basis: 50%; -//} - -//.Add-ItemForm { -//flex-basis: 80%; -//} - -//.ListItemSection { - -//flex-grow: 1; /* Both sections will take up equal width */ -//flex-shrink: 1; -//flex-wrap: column; - -//} - -/*@media (max-width: 1000px) { - .ListItemSection, - .Add-ShareList { - //flex-basis: 50%; - //margin: auto; - //align-items: flex-end; - } -} */ diff --git a/src/views/authenticated/List.tsx b/src/views/authenticated/List.tsx index c42e19d..71e677f 100644 --- a/src/views/authenticated/List.tsx +++ b/src/views/authenticated/List.tsx @@ -103,13 +103,16 @@ export function List({ data: unfilteredListItems, listPath }: Props) { - - +
+ + + +
); }