Skip to content

Commit

Permalink
update multiplayer/room.html to conform with line wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrey-wu committed May 17, 2024
1 parent bc79997 commit 98993f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/multiplayer/room.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ <h1 id="funny-toast-text" class="me-auto text-danger"></h1>
-
<span class="sliderValue1" id="year-range-b">2024</span>
<div id="slider"></div>
<div class="alert small-alert alert-danger" role="alert" id="yearRangeAlert" style="display: none">Invalid input. Years must be after or during each other to update.</div>
<div class="alert small-alert alert-danger" role="alert" id="yearRangeAlert" style="display: none">
Invalid input. Years must be after or during each other to update.
</div>
</section>
</div>
<div class="mt-2" id="general-settings">
Expand Down

0 comments on commit 98993f0

Please sign in to comment.