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:
secondl1ght 2022-02-09 03:18:11 -07:00 committed by GitHub
parent 94f2899e22
commit cd2f0bf98b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 />