small typo fixes

This commit is contained in:
smolgrrr
2023-03-29 22:08:06 +11:00
parent b9bd420ff9
commit 1e09731b18
4 changed files with 7 additions and 4 deletions

View File

@@ -31,9 +31,11 @@ export default function Page() {
<div className="flex flex-col items-center gap-2">
<LumeSymbol className="h-16 w-16 text-black dark:text-white" />
<div className="text-center">
<h3 className="text-lg font-semibold leading-tight text-zinc-900 dark:text-zinc-100">Did you know?</h3>
<h3 className="text-lg font-semibold leading-tight text-zinc-900 dark:text-zinc-100">
Here's an interesting fact:
</h3>
<p className="font-medium text-zinc-300 dark:text-zinc-600">
No one can&apos;t stop you use bitcoin and nostr
Bitcoin and Nostr can be used by anyone, and no one can stop you!
</p>
</div>
</div>