hotfix: hidden class for "Send to" button
This commit is contained in:
parent
5ebbcdc54f
commit
a59b9bc83a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
<div class="form-container">
|
<div class="form-container">
|
||||||
<textarea id="secretInput" placeholder="Psst... what's it?"></textarea>
|
<textarea id="secretInput" placeholder="Psst... what's it?"></textarea>
|
||||||
<button id="shareButton">Share</button>
|
<button id="shareButton">Share</button>
|
||||||
<button id="sendToButton">Send to...</button>
|
<button id="sendToButton" class="hidden">Send to...</button>
|
||||||
</div>
|
</div>
|
||||||
<div id="spinner" class="spinner hidden"></div>
|
<div id="spinner" class="spinner hidden"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue