update url 2
All checks were successful
Deploy App / deploy (push) Successful in 1m32s

This commit is contained in:
valere
2025-09-20 23:40:54 +02:00
parent e68270ccf7
commit b626291d7b

View File

@@ -20,7 +20,7 @@ const copyToClipBoard = () => {
</a> </a>
<div <div
class="font-mono bg-neutral-900 text-neutral-50 rounded-xl flex justify-between items-center pl-3 pr-4 py-4 sm:ml-4 border border-transparent text-base shadow-primary-700 relative"> class="font-mono bg-neutral-900 text-neutral-50 rounded-xl flex justify-between items-center pl-3 pr-4 py-4 sm:ml-4 border border-transparent text-base shadow-primary-700 relative">
<span class="select-all"> curl -L getdweb.valere.dev | sudo bash </span> <span class="select-all"> curl -L get-docker-dweb.valere.dev | sudo bash </span>
<SvgClipboard class="ml-3 cursor-pointer" :class="{ 'animate-ping': isClicked }" @click="copyToClipBoard" /> <SvgClipboard class="ml-3 cursor-pointer" :class="{ 'animate-ping': isClicked }" @click="copyToClipBoard" />
</div> </div>
</section> </section>