FEAT: rename pegaz.io -> pegaz.dev
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
const isClicked = ref(false)
|
||||
const copyToClipBoard = () => {
|
||||
navigator.clipboard
|
||||
.writeText('curl -sL get.pegaz.io | sudo bash')
|
||||
.writeText('curl -sL get.pegaz.dev | sudo bash')
|
||||
.then(() => {
|
||||
isClicked.value = true
|
||||
setTimeout(() => {
|
||||
@@ -24,7 +24,7 @@ const copyToClipBoard = () => {
|
||||
<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"
|
||||
>
|
||||
<span class="select-all"> curl -sL get.pegaz.io | sudo bash </span>
|
||||
<span class="select-all"> curl -sL https://get.pegaz.dev | sudo bash </span>
|
||||
<SvgClipboard
|
||||
class="ml-3 cursor-pointer"
|
||||
:class="{ 'animate-ping': isClicked }"
|
||||
|
@@ -11,7 +11,7 @@
|
||||
</div>
|
||||
<div class="text-center py-4">
|
||||
<h1 class="text-5xl font-bold leading-relaxed">
|
||||
Pegaz.io
|
||||
Pegaz
|
||||
</h1>
|
||||
<h2 class="text-3xl text-center">
|
||||
docker-compose cli superset
|
||||
|
Reference in New Issue
Block a user