Merge pull request #20 from DEVTomatoCake/jank/fix-typos

[breaking] fix typos
This commit is contained in:
MathMan05 2024-07-01 13:51:03 -05:00 committed by GitHub
commit 3c0c7e6f4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 113 additions and 115 deletions

View file

@ -34,7 +34,7 @@
<div class="userflex">
<p id="username">USERNAME</p>
<p id="status">SATUS</p>
<p id="status">STATUS</p>
</div>
</div>
<h2 id="settings"></h2>
@ -53,15 +53,15 @@
<div id="pasteimage"></div>
<div id="replybox" class="hideReplyBox"></div>
<div id="typediv">
<textarea id="typebox"></textarea>
<div id="typing" class="hidden">
<p id="typingtext">typing</p>
<div class="loading-indicator">
<span class="dot">.</span>
<span class="dot">.</span>
<span class="dot">.</span>
</div>
<textarea id="typebox"></textarea>
<div id="typing" class="hidden">
<p id="typingtext">typing</p>
<div class="loading-indicator">
<span class="dot">.</span>
<span class="dot">.</span>
<span class="dot">.</span>
</div>
</div>
</div>
</div>
</div>