mirror of
https://github.com/placeAtlas/atlas.git
synced 2025-01-03 23:13:42 +01:00
Updated buttons
This commit is contained in:
parent
14855bb104
commit
fe63620a2c
1 changed files with 2 additions and 2 deletions
|
@ -358,7 +358,7 @@ <h5 class="modal-title" id="exportModalLabel">Export Entry</h5>
|
|||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body d-flex flex-column">
|
||||
<div class="period-status alert alert-danger small py-2" role="alert">Hold your horses! Don't submit it yet. We will allow this in due time.</div>
|
||||
<div class="period-status alert alert-warning small py-2" role="alert">We've just released our "remaster" of the new atlas, expect some bugs to show after submitting. If something happens, join our discord!</div>
|
||||
<p>Use the Post Direct to Reddit button or manually copy the text below and submit it as a new text post to <a href="https://www.reddit.com/r/placeAtlas2/" target="_blank" rel="noopener noreferrer">r/placeAtlas2</a> on Reddit.</p>
|
||||
<p>Don't forget to flair it with the <span class="badge rounded-pill bg-primary"><i class="bi bi-tag" aria-hidden="true"></i> <span id="redditFlair">New Entry</span></span> tag.</p>
|
||||
<p>We will then check it and add it to the atlas.</p>
|
||||
|
@ -366,7 +366,7 @@ <h5 class="modal-title" id="exportModalLabel">Export Entry</h5>
|
|||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Done</button>
|
||||
<a id="exportDirectPost" class="btn btn-primary disabled" aria-disabled="true" href="#" target="_blank" rel="noopener noreferrer">Post Direct to Reddit</a>
|
||||
<a id="exportDirectPost" class="btn btn-primary" href="#" target="_blank" rel="noopener noreferrer">Post Direct to Reddit</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue