diff --git a/frontend/src/components/auth/AuthBlock.tsx b/frontend/src/components/auth/AuthBlock.tsx index cbc76194..fd12f96a 100644 --- a/frontend/src/components/auth/AuthBlock.tsx +++ b/frontend/src/components/auth/AuthBlock.tsx @@ -87,7 +87,7 @@ interface AuthBlockProps { const AuthBlock: React.FC = ({ title }) => { return ( - +
diff --git a/frontend/src/components/auth/SignupForm.tsx b/frontend/src/components/auth/SignupForm.tsx index a6da8e56..79c55b8c 100644 --- a/frontend/src/components/auth/SignupForm.tsx +++ b/frontend/src/components/auth/SignupForm.tsx @@ -63,7 +63,7 @@ const SignupForm = () => { showStrength={false} /> {/* TOS Text */} -
+
By signing up, you agree to our
terms and conditions diff --git a/frontend/src/components/listing/ListingFooter.tsx b/frontend/src/components/listing/ListingFooter.tsx index d95a5c93..ec152d45 100644 --- a/frontend/src/components/listing/ListingFooter.tsx +++ b/frontend/src/components/listing/ListingFooter.tsx @@ -9,7 +9,7 @@ const ListingFooter = ({ listingId, edit }: Props) => { return (
-
+
{`Listing ID: ${listingId}`}
{edit && ( diff --git a/frontend/src/components/nav/Sidebar.tsx b/frontend/src/components/nav/Sidebar.tsx index 7b61c369..0afc658e 100644 --- a/frontend/src/components/nav/Sidebar.tsx +++ b/frontend/src/components/nav/Sidebar.tsx @@ -95,7 +95,7 @@ const Sidebar = ({ show, onClose }: Props) => { >
SETTINGS
diff --git a/frontend/src/components/ui/Toast.tsx b/frontend/src/components/ui/Toast.tsx index 26534ea4..e6a0602f 100644 --- a/frontend/src/components/ui/Toast.tsx +++ b/frontend/src/components/ui/Toast.tsx @@ -56,7 +56,7 @@ const Toast = (props: Props) => { return (