diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index f08902f..8711dc9 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Build and Deploy on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] jobs: deploy: diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 59be38f..83357a7 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -21,14 +21,6 @@ let audio: HTMLAudioElement; let showNotification = $state(false); - let showCopyNotification = $state(false); - - function copyCurlCommand() { - navigator.clipboard.writeText("curl https://satr14.my.id").then(() => { - showCopyNotification = true; - setTimeout(() => showCopyNotification = false, 3000); - }).catch(() => {}); - } function playAudio() { if (audio.paused) { @@ -69,14 +61,6 @@ {/if} -{#if showCopyNotification} -
-
-

Copied to clipboard

-
-
-{/if} -
@@ -133,7 +117,7 @@ {/each} - + @@ -175,11 +159,11 @@ -
- <prev - nix-webring +
+ < + nix-webring - next> + >