From cd2f0bf98be474d60be0e142a1a7e89d55f37e44 Mon Sep 17 00:00:00 2001 From: secondl1ght <85003930+secondl1ght@users.noreply.github.com> Date: Wed, 9 Feb 2022 03:18:11 -0700 Subject: [PATCH] feat: improve wording in settings (#71) * Update settings wording to be more clear * Use shorter conditional Co-authored-by: Thebora Kompanioni Co-authored-by: Gigi <109058+dergigi@users.noreply.github.com> Co-authored-by: Thebora Kompanioni --- src/components/Settings.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Settings.jsx b/src/components/Settings.jsx index 483ac279..bffd1b3e 100644 --- a/src/components/Settings.jsx +++ b/src/components/Settings.jsx @@ -65,7 +65,7 @@ export default function Settings({ currentWallet }) { height="24" className="me-2" /> - {isLightTheme ? 'Dark' : 'Light'} theme + Switch to {isLightTheme ? 'dark' : 'light'} theme