Tweak wording

This commit is contained in:
Jonathan Staab 2023-03-07 14:24:31 -06:00
parent 36bd31fa55
commit 6a8763f777
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,5 @@
# Current
- [ ] Use submit buttons where relevant
- [ ] Go over onboarding process, suggest some good relays for newcomers
- [ ] Submit blog post with new onboarding process built in
- [ ] Fix hover on notes in modal
@ -38,6 +37,7 @@
# More
- [ ] Abort all context subs when navigating
- [ ] Separate mentions from other notifications
- [ ] Performance
- same deal as with formatTimestamp, don't use functions inline since svelte can't cache them

View File

@ -34,10 +34,10 @@
<div class="flex flex-col gap-8 max-w-2xl">
<div class="flex justify-center items-center flex-col mb-4">
<Heading>Welcome!</Heading>
<i>To the Nostr Protocol</i>
<i>To the Nostr Network</i>
</div>
<p class="text-center">
To log in to existing account, simply click below. If you have
Click below to log in or create an account. If you have
a <Anchor href={nip07} external>compatible browser extension</Anchor> installed,
we will use that.
</p>