diff --git a/site/src/pages/logout-page.tsx b/site/src/pages/logout-page.tsx
index 058adfd..52a5e99 100644
--- a/site/src/pages/logout-page.tsx
+++ b/site/src/pages/logout-page.tsx
@@ -1,4 +1,4 @@
-import { Button, Paper, Text } from "@mantine/core";
+import { Button, Code, Paper, Text } from "@mantine/core";
import { notifications } from "@mantine/notifications";
import { useMutation } from "@tanstack/react-query";
import axios from "axios";
@@ -43,8 +43,8 @@ export const LogoutPage = () => {
Logout
- You are currently logged in as {username}, click the button below to
- log out.
+ You are currently logged in as {username}, click the
+ button below to log out.