Skip to content

Commit

Permalink
fix: link
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Mar 11, 2024
1 parent b520141 commit 5e714c7
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions src/app/screens/Accounts/GenerateMnemonic/new.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,14 @@ function MnemonicExplanation() {

return (
<Container maxWidth="md">
<div className="flex justify-end mt-6 text-xs">
<p className="text-gray-600 dark:text-neutral-400">
<Link
to="../../nostr/settings"
relative="path"
className="text-blue-600"
>
{t("nostr")}
</Link>
</p>
<div className="flex justify-end mt-6 -mb-3 text-xs">
<Link
to="../../nostr/settings"
relative="path"
className="text-blue-600 hover:text-blue-700"
>
{t("nostr")}
</Link>
</div>
<ContentBox>
<h1 className="font-bold text-2xl dark:text-white">{t("title")}</h1>
Expand Down

0 comments on commit 5e714c7

Please sign in to comment.