fix popup

This commit is contained in:
Sequoia Haynes 2024-10-30 21:56:31 -07:00
parent 84e19e182f
commit 28125c6929

View File

@ -132,8 +132,8 @@
<div class="modal-content"> <div class="modal-content">
<h2>Join Our Discord Server!</h2> <h2>Join Our Discord Server!</h2>
<p>Join for voting, bug reports, suggestions, help, etc.</p> <p>Join for voting, bug reports, suggestions, help, etc.</p>
<button>Yes</button> <button onclick="openCopyModal()">Yes</button>
<button class="cancel-btn">Cancel</button> <button class="cancel-btn" onclick="closeModal()">Cancel</button>
<div style="margin-top: 20px;"> <div style="margin-top: 20px;">
<input type="checkbox" id="dontShowCheckbox"> <input type="checkbox" id="dontShowCheckbox">
<label for="dontShowCheckbox">Don't show again</label> <label for="dontShowCheckbox">Don't show again</label>