From e88ec22ce325bd9de99d99312c933d6186f311ed Mon Sep 17 00:00:00 2001 From: Stavros Date: Fri, 24 Jan 2025 17:43:12 +0200 Subject: [PATCH] fix: fix spacing in logout screen --- site/src/pages/logout-page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/src/pages/logout-page.tsx b/site/src/pages/logout-page.tsx index 41c357a..80ecd4b 100644 --- a/site/src/pages/logout-page.tsx +++ b/site/src/pages/logout-page.tsx @@ -44,8 +44,8 @@ export const LogoutPage = () => { Logout - You are currently logged in as {email}{" "} - {oauth && `using ${capitalize(provider)}`}. Click the button below to + You are currently logged in as {email} + {oauth && ` using ${capitalize(provider)}`}. Click the button below to log out.