diff --git a/web/src/components/Settings/ui.tsx b/web/src/components/Settings/ui.tsx index 8c11197..15ed4a5 100644 --- a/web/src/components/Settings/ui.tsx +++ b/web/src/components/Settings/ui.tsx @@ -1,6 +1,6 @@ // Shared UI primitives extracted from ConfigPage.tsx import { useState, type ReactNode } from 'react'; -import { X, Plus, Trash2 } from 'lucide-react'; +import { X, Plus, Trash2, HelpCircle } from 'lucide-react'; import { inputCls } from './constants'; import type { KnownSource } from './types'; @@ -15,9 +15,24 @@ export function Field({ }) { return (
{hint}
}