From 3ac74a4fcb9e49bb65dbebca3a01ff833d2b2bf2 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 28 Apr 2025 18:21:48 +0400 Subject: [PATCH] refac: styling --- src/lib/components/chat/Settings/Account.svelte | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lib/components/chat/Settings/Account.svelte b/src/lib/components/chat/Settings/Account.svelte index 80fc143b1..20866af3c 100644 --- a/src/lib/components/chat/Settings/Account.svelte +++ b/src/lib/components/chat/Settings/Account.svelte @@ -272,7 +272,7 @@ {#if ($config?.features?.enable_api_key ?? true) || $user?.role === 'admin'} -
+
{$i18n.t('API keys')}