style: improve "Get API Key" link styling

- Change link color to light blue (text-blue-400)
- Remove arrow symbol from link text
- Apply to domestic official and aggregator provider API key links
This commit is contained in:
Jason
2025-09-12 21:36:32 +08:00
parent e63b4e069b
commit 4a0e63d0b7

View File

@@ -727,9 +727,9 @@ const ProviderForm: React.FC<ProviderFormProps> = ({
href={getCurrentWebsiteUrl()}
target="_blank"
rel="noopener noreferrer"
className="text-xs text-gray-500 hover:text-blue-600 transition-colors"
className="text-xs text-blue-400 hover:text-blue-500 transition-colors"
>
API Key
API Key
</a>
</div>
)}
@@ -797,9 +797,9 @@ const ProviderForm: React.FC<ProviderFormProps> = ({
href={getCurrentCodexWebsiteUrl()}
target="_blank"
rel="noopener noreferrer"
className="text-xs text-gray-500 hover:text-blue-600 transition-colors"
className="text-xs text-blue-400 hover:text-blue-500 transition-colors"
>
API Key
API Key
</a>
</div>
)}