mirror of
https://github.com/ivabus/www
synced 2024-11-26 06:25:06 +03:00
remove modal for now
This commit is contained in:
parent
21aace98da
commit
32155dae73
1 changed files with 1 additions and 3 deletions
|
@ -29,12 +29,10 @@
|
|||
<input class="one-liner" type="text" value="$ sh <(curl tea.xyz) install {{- .Title -}}" id="myInput" readonly>
|
||||
|
||||
<!-- The button used to copy the text -->
|
||||
<button class="clipboard-copy" id="copy-icon" onclick="myFunction()" data-bs-toggle="modal" data-bs-target="#exampleModal">copy</button>
|
||||
<button class="clipboard-copy" id="copy-icon" onclick="myFunction()" data-bs-toggle="modal" data-bs-target="#exampleModal"><u>copy</u></button>
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
{{- partial "clipboard-modal.html" -}}
|
||||
|
||||
<style>
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
|
|
Loading…
Reference in a new issue