diff --git a/app/soapbox/containers/soapbox.tsx b/app/soapbox/containers/soapbox.tsx index 44b661cf9..bd3af006d 100644 --- a/app/soapbox/containers/soapbox.tsx +++ b/app/soapbox/containers/soapbox.tsx @@ -157,7 +157,7 @@ const SoapboxMount = () => { <> - + {waitlisted && } />} @@ -170,7 +170,7 @@ const SoapboxMount = () => { - + diff --git a/app/soapbox/features/auth_layout/index.tsx b/app/soapbox/features/auth_layout/index.tsx index 6f7f51b95..c8b2c1bb9 100644 --- a/app/soapbox/features/auth_layout/index.tsx +++ b/app/soapbox/features/auth_layout/index.tsx @@ -42,12 +42,11 @@ const AuthLayout = () => { - - + + - {/* */} diff --git a/app/soapbox/features/landing_page/index.tsx b/app/soapbox/features/landing_page/index.tsx index 307cda35a..a33b9e871 100644 --- a/app/soapbox/features/landing_page/index.tsx +++ b/app/soapbox/features/landing_page/index.tsx @@ -49,7 +49,7 @@ const LandingPage = () => { Social Media Without Discrimination - + ); }; diff --git a/app/soapbox/features/public_layout/components/header.tsx b/app/soapbox/features/public_layout/components/header.tsx index c10eaea4e..70f2fcf46 100644 --- a/app/soapbox/features/public_layout/components/header.tsx +++ b/app/soapbox/features/public_layout/components/header.tsx @@ -96,7 +96,7 @@ const Header = () => { {(isOpen || features.pepe && pepeOpen) && ( {isOpen && ( - )} diff --git a/app/soapbox/features/verification/__tests__/index.test.tsx b/app/soapbox/features/verification/__tests__/index.test.tsx index 27a88957e..2eda52852 100644 --- a/app/soapbox/features/verification/__tests__/index.test.tsx +++ b/app/soapbox/features/verification/__tests__/index.test.tsx @@ -9,7 +9,7 @@ import Verification from '../index'; const TestableComponent = () => ( - + Homepage ); @@ -18,7 +18,7 @@ const renderComponent = (store) => render( , {}, store, - { initialEntries: ['/auth/verify'] }, + { initialEntries: ['/verify'] }, ); describe('', () => {