diff --git a/web/src/layouts/Root.tsx b/web/src/layouts/Root.tsx
index d41d16d..8fd7109 100644
--- a/web/src/layouts/Root.tsx
+++ b/web/src/layouts/Root.tsx
@@ -18,7 +18,7 @@ const Root: React.FC = () => {
return (
<>
{currentUser && (
-
+
diff --git a/web/src/pages/Home.tsx b/web/src/pages/Home.tsx
index e12b570..f73fb83 100644
--- a/web/src/pages/Home.tsx
+++ b/web/src/pages/Home.tsx
@@ -47,26 +47,23 @@ const Home: React.FC = () => {
{loadingState.isLoading ? (
diff --git a/web/src/pages/SignIn.tsx b/web/src/pages/SignIn.tsx
index e571d0a..eb41fc9 100644
--- a/web/src/pages/SignIn.tsx
+++ b/web/src/pages/SignIn.tsx
@@ -69,14 +69,14 @@ const SignIn: React.FC = () => {
};
return (
-
+
-
-

-
Slash
+
+

+
Slash
-