Skip to content

Commit

Permalink
fix: spacing around links in about page
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jan 12, 2024
1 parent 4d5f997 commit 3dbe3f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/screens/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ function About() {
>
Amethyst
</a>
is the first Nostr Client to fully support Nostr Wallet Connect. More
are working on support for it and are following shortly.
&nbsp;is the first Nostr Client to fully support Nostr Wallet Connect.
More are working on support for it and are following shortly.
</p>

<h4 className="font-bold text-l font-headline mt-6 dark:text-white">
Expand All @@ -119,14 +119,14 @@ function About() {
self-hosted.
<br />
We are looking for contributors to add support for more wallet
backends. If you're interested please contact us
backends. If you're interested please contact us&nbsp;
<a
href="https://github.com/getAlby/nostr-wallet-connect/"
className="dark:text-gray-300 underline"
>
on GitHub
</a>
or
&nbsp;or&nbsp;
<a
href="mailto:[email protected]"
className="dark:text-gray-300 underline"
Expand Down

0 comments on commit 3dbe3f3

Please sign in to comment.