diff --git a/ui/src/components/AuthLayout.tsx b/ui/src/components/AuthLayout.tsx index b1e9cbc..6c6d5da 100644 --- a/ui/src/components/AuthLayout.tsx +++ b/ui/src/components/AuthLayout.tsx @@ -37,7 +37,7 @@ export default function AuthLayout({ <> -
+
(function Checkbox( ref, ) { const classes = checkboxVariants({ size }); - return ; + return ( + + ); }); Checkbox.displayName = "Checkbox"; diff --git a/ui/src/components/GridBackground.tsx b/ui/src/components/GridBackground.tsx index d0a73ce..7b4349e 100644 --- a/ui/src/components/GridBackground.tsx +++ b/ui/src/components/GridBackground.tsx @@ -1,8 +1,8 @@ export default function GridBackground() { return ( -
+
+
@@ -81,7 +81,7 @@ export default function DashboardNavbar({
-
+
{showConnectionStatus && ( <>
@@ -100,47 +100,50 @@ export default function DashboardNavbar({ )} {isLoggedIn ? ( <> -
+
- - + className="right-0 mt-1 w-56 origin-top-right p-px focus:outline-hidden data-closed:opacity-0" + > -
- {userEmail && ( + {userEmail && ( +
-
Logged in as
-
+
+ Logged in as +
+
{userEmail}
- )} -
-
+
+ )} +