fix: fix spacing in logout screen

This commit is contained in:
Stavros
2025-01-24 17:43:12 +02:00
parent 90f4c3c980
commit e88ec22ce3

View File

@@ -44,7 +44,7 @@ export const LogoutPage = () => {
Logout
</Text>
<Text>
You are currently logged in as <Code>{email}</Code>{" "}
You are currently logged in as <Code>{email}</Code>
{oauth && ` using ${capitalize(provider)}`}. Click the button below to
log out.
</Text>