Skip to content

Commit

Permalink
Capitalised
Browse files Browse the repository at this point in the history
  • Loading branch information
arcbtc committed Nov 29, 2024
1 parent d196049 commit 01cd6fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function Hero() {
<h1 className="text-3xl font-bold tracking-tight text-slate-900 dark:text-white sm:text-2xl md:text-5xl">
<br /> <br />
<br />
nostr{' '}
Nostr{' '}
<span className="italic text-slate-500 dark:text-slate-400">
/ˈnɒstʃrə/
</span>{' '}
Expand Down
2 changes: 1 addition & 1 deletion src/components/KeyDialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export function KeyDialog() {
className="rounded-full bg-sky-300 px-10 py-5 text-lg font-bold text-slate-900 hover:bg-sky-200 md:text-2xl"
onClick={openDialog}
>
Create your nostr account
Create your Nostr account
</button>

{/* Dialog Box */}
Expand Down

0 comments on commit 01cd6fe

Please sign in to comment.