From 4f4645f32b5115904693bc73f80b280670dbed50 Mon Sep 17 00:00:00 2001 From: Stavros Date: Sun, 19 Jan 2025 23:01:49 +0200 Subject: [PATCH] refactor: use code block to display the user --- site/src/pages/logout-page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.