From 50c3d77aed15269034a16969d3e98096ddb14373 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Fri, 23 Jan 2026 00:50:51 -0800 Subject: [PATCH] improve config quick links styling --- frontend/src/components/config/index.tsx | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/frontend/src/components/config/index.tsx b/frontend/src/components/config/index.tsx index 3eec3e788..50d41816f 100644 --- a/frontend/src/components/config/index.tsx +++ b/frontend/src/components/config/index.tsx @@ -15,7 +15,7 @@ import { SelectTrigger, SelectValue, } from "@ui/select"; -import { AlertTriangle, History, Settings } from "lucide-react"; +import { AlertTriangle, Bookmark, History, Settings } from "lucide-react"; import { Fragment, ReactNode, SetStateAction } from "react"; const keys = >(obj: T) => @@ -166,16 +166,15 @@ export const Config = ({
{sections.map((section) => (
- {section && ( -

- {section} -

- )} +
+ +

{section || "General"}

+
{components[section] && components[section] @@ -187,7 +186,7 @@ export const Config = ({ key={section + item.label} >
- ) + ), )} {changesMade && (