mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-13 16:04:05 +09:00
Add aria label
This commit is contained in:
@@ -42,6 +42,7 @@
|
|||||||
>
|
>
|
||||||
<p class="control is-expanded">
|
<p class="control is-expanded">
|
||||||
<input
|
<input
|
||||||
|
aria-label="OpenAI API key"
|
||||||
type="text"
|
type="text"
|
||||||
class="input {!apiKey ? 'is-danger' : ''}"
|
class="input {!apiKey ? 'is-danger' : ''}"
|
||||||
value={apiKey}
|
value={apiKey}
|
||||||
|
|||||||
Reference in New Issue
Block a user