Missed changing the value in the previous commit

pull/176/head
Chuck 2023-08-04 00:09:16 -07:00
parent 4c1a2f819c
commit e90781c435
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<label class="emoji-option" for="emoji-sel-2">Pat</label>
</div>
<div style="display: inline" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Adds a speechbubble above the emoji">
<input type="checkbox" id="emoji-sel-3" value="pat" class="emoji-postfix">
<input type="checkbox" id="emoji-sel-3" value="talking" class="emoji-postfix">
<label class="emoji-option" for="emoji-sel-3">Talking</label>
</div>
</fieldset>