fix: rename Anthropic→DeepSeek label in settings, darken text colors

This commit is contained in:
2026-07-12 22:35:02 +08:00
parent a072ec0a3e
commit 3776bc20b3
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export default async function SettingsPage() {
return (
<main className="max-w-2xl mx-auto px-4 py-6">
<h1 className="text-2xl font-bold text-gray-900 mb-2">Settings</h1>
<p className="text-sm text-gray-500 mb-6">
<p className="text-sm text-gray-700 mb-6">
API keys are stored securely in the database. Leave blank to use environment variables.
</p>
<ApiKeyForm settings={settingsMap} />