Add some additional text for API Key (#210)

* feat: API Key Link

* feat: key input placeholder
This commit is contained in:
Danny Aziz
2023-03-26 16:48:34 -04:00
committed by GitHub
parent bf8830e1a5
commit df7c363ccb
2 changed files with 37 additions and 16 deletions
+1
View File
@@ -35,6 +35,7 @@ export const Key: FC<Props> = ({ apiKey, onApiKeyChange }) => {
value={newKey}
onChange={(e) => setNewKey(e.target.value)}
onKeyDown={handleEnterDown}
placeholder={t('API Key') || 'API Key'}
/>
<div className="flex w-[40px]">