diff --git a/.gitignore b/.gitignore index a2d45eb8..4094a70b 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ out *.local .next .vscode +pnpm-lock.yaml # Editor directories and files .vscode/* diff --git a/src/components/form/base.tsx b/src/components/form/base.tsx index d494686b..d73d698f 100644 --- a/src/components/form/base.tsx +++ b/src/components/form/base.tsx @@ -52,7 +52,7 @@ export default function FormBase() { value={value} onChange={(e) => setValue(e.target.value)} spellCheck={false} - placeholder="What's your thought?" + placeholder="What's up?" className="relative h-32 w-full resize-none rounded-lg border border-black/5 px-3.5 py-3 text-sm shadow-input shadow-black/5 !outline-none placeholder:text-zinc-400 dark:bg-zinc-800 dark:text-zinc-200 dark:shadow-black/10 dark:placeholder:text-zinc-500" /> diff --git a/src/pages/index.tsx b/src/pages/index.tsx index dc300974..639ef292 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -31,9 +31,11 @@ export default function Page() {
-

Did you know?

+

+ Here's an interesting fact: +

- No one can't stop you use bitcoin and nostr + Bitcoin and Nostr can be used by anyone, and no one can stop you!

diff --git a/src/pages/init.tsx b/src/pages/init.tsx index a53ad322..344843d7 100644 --- a/src/pages/init.tsx +++ b/src/pages/init.tsx @@ -101,7 +101,7 @@ export default function Page() {

Loading...

- Keep calm and waiting, Lume is fetching event... + Keep calm as Lume fetches events... 🤙