diff --git a/apps/dashboard/src/app/layout-client.tsx b/apps/dashboard/src/app/layout-client.tsx
index a93fa8125..8151b53a6 100644
--- a/apps/dashboard/src/app/layout-client.tsx
+++ b/apps/dashboard/src/app/layout-client.tsx
@@ -3,7 +3,7 @@
import { DevErrorNotifier } from "@/components/dev-error-notifier";
import { RouterProvider } from "@/components/router";
import { SiteLoadingIndicatorDisplay } from "@/components/site-loading-indicator";
-import { Toaster } from "@/components/ui";
+import { Toaster, TooltipProvider } from "@/components/ui";
import { VersionAlerter } from "@/components/version-alerter";
import { getPublicEnvVar } from "@/lib/env";
import { hexclaveClientApp } from "@/hexclave/client";
@@ -186,18 +186,20 @@ export function LayoutClient(props: {
<>
["lang"]}>
-
-
-
-
-
-
-
- {props.children}
-
-
-
-
+
+
+
+
+
+
+
+
+ {props.children}
+
+
+
+
+