Merge pull request #197 from teaxyz/add-https-to-click-to-copy

This commit is contained in:
Chris Waters 2022-11-21 15:17:32 -05:00 committed by GitHub
commit e39dea0b84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
<hr>
<div class="row button-container" onclick="myFunction()" style="display:flex; justify-content:space-between;">
<input class="one-liner" type="text" value="sh <(curl tea.xyz)" id="shortcodeCopy" readonly>
<input class="one-liner" type="text" value="sh <(curl https://tea.xyz)" id="shortcodeCopy" readonly>
<!-- The button used to copy the text -->