Skip to content

Commit 5c466be

Browse files
committed
arial label
1 parent 0a37cf9 commit 5c466be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@
5656
<div id="chat-area" class="text-light px-4 py-2 rounded-top text-dark d-flex flex-column justify-content-center background-user">
5757
<form id="chat-form" onsubmit="event.preventDefault();">
5858
<div class="input-group">
59-
<button class="btn btn-outline-dark" onclick="chatUI.clearChat()">
59+
<button class="btn btn-outline-dark" onclick="chatUI.clearChat()" aria-label="Start a new chat">
6060
<i class="bi bi-arrow-repeat" aria-hidden="true"></i>
6161
</button>
6262
<i class="bi bi-body-text input-group-text dark-border" aria-hidden="true"></i>
6363
<input id="message" name="message" class="form-control form-control-sm dark-border" type="text" placeholder="Your Message" aria-label="Ask ChatGPT"></input>
64-
<button type="submit" class="btn btn-outline-dark" style="border-left-width: 0">
64+
<button type="submit" class="btn btn-outline-dark" style="border-left-width: 0" aria-label="Submit">
6565
Send <i class="bi bi-send-fill" aria-hidden="true"></i>
6666
</button>
6767
</div>

0 commit comments

Comments
 (0)