We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb52460 commit caef0d3Copy full SHA for caef0d3
src/routes/+page.svelte
@@ -7,7 +7,7 @@
7
import { goto } from '$app/navigation';
8
import { encryptData, generatePassphrase } from '$lib/crypto';
9
10
- let value = $state(localStorage.value ?? `# Welcome to Atpaste!
+ let value = $state(localStorage.value ?? `# Welcome to @paste!
11
12
This is a pastebin that stores everything in your PDS, on the ATmosphere.
13
0 commit comments