fix: get.pegaz url

This commit is contained in:
valere
2023-06-03 11:43:19 +02:00
parent 5db96fa0d8
commit 394667e111

View File

@@ -24,7 +24,7 @@ const copyToClipBoard = () => {
<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 -sL https://get.pegaz.dev | sudo bash </span> <span class="select-all"> curl -L get.pegaz.dev | sudo bash </span>
<SvgClipboard <SvgClipboard
class="ml-3 cursor-pointer" class="ml-3 cursor-pointer"
:class="{ 'animate-ping': isClicked }" :class="{ 'animate-ping': isClicked }"