mirror of
https://github.com/joinmarket-webui/jam.git
synced 2026-08-20 13:28:21 +02:00
feat: improve wording in settings (#71)
* Update settings wording to be more clear * Use shorter conditional Co-authored-by: Thebora Kompanioni <theborakompanioni@users.noreply.github.com> Co-authored-by: Gigi <109058+dergigi@users.noreply.github.com> Co-authored-by: Thebora Kompanioni <theborakompanioni@users.noreply.github.com>
This commit is contained in:
parent
94f2899e22
commit
cd2f0bf98b
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ export default function Settings({ currentWallet }) {
|
|||
height="24"
|
||||
className="me-2"
|
||||
/>
|
||||
{isLightTheme ? 'Dark' : 'Light'} theme
|
||||
Switch to {isLightTheme ? 'dark' : 'light'} theme
|
||||
</rb.Button>
|
||||
|
||||
<br />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue