From 5c1a17fc91f872e003a4d5cceab829dbf10bc192 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Fri, 23 Jan 2026 01:10:06 -0800 Subject: [PATCH] improve config styling a bit more --- frontend/src/components/config/index.tsx | 6 +++--- frontend/src/components/layouts.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/config/index.tsx b/frontend/src/components/config/index.tsx index 50d41816f..60829f527 100644 --- a/frontend/src/components/config/index.tsx +++ b/frontend/src/components/config/index.tsx @@ -161,11 +161,11 @@ export const Config = ({ >
{!disableSidebar && ( -
+
@@ -173,7 +173,7 @@ export const Config = ({
-

{section || "General"}

+

{section || "GENERAL"}

{components[section] && diff --git a/frontend/src/components/layouts.tsx b/frontend/src/components/layouts.tsx index 883e08f8a..b80f9e124 100644 --- a/frontend/src/components/layouts.tsx +++ b/frontend/src/components/layouts.tsx @@ -190,7 +190,7 @@ export const Section = ({ {(title || icon || titleRight || titleOther || actions) && (