Compare commits

..

2 Commits

Author SHA1 Message Date
860d520748 feat: style send button 2025-05-01 01:27:48 +01:00
0e82af6b6f fix: improve french 2025-05-01 01:27:45 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
<div id="input-panel-container">
<div id="input-panel" class="rounded-rectangle">
<input id="textbox-input" type="text" onkeydown="pressSendButton()" placeholder="Veuillez demandez-nous pour nous vous conseiller..."></input>
<input id="textbox-input" type="text" onkeydown="pressSendButton()" placeholder="Veuillez nous demander pour nous vous conseiller..."></input>
<button onclick="pressSendButton()"><i class="fa fa-arrow-right" style="font-size:2em"></i></button>
</div>
</div>

View File

@ -8,6 +8,6 @@
],
"messages":
[
{ "character": 1, "text": "Bonjour, moi je m'appelle SNCF Conrad et je vais vous aider aujourd'hui. Veuillez envoyez-nous vos questions." }
{ "character": 1, "text": "Bonjour, moi je m'appelle SNCF Conrad et je vais vous aider aujourd'hui. Veuillez nous envoyer vos questions." }
]
}