changing tooltop for theme button and separated langauge toggle button to different component

This commit is contained in:
Kim, Jimin 2021-05-18 13:48:48 +09:00
parent 7e105e0b48
commit 7462616370
3 changed files with 38 additions and 9 deletions

View file

@ -44,7 +44,7 @@ function Navbar() {
)}
</StyledThemeButton>
<ReactTooltip id="theme" type="dark" effect="solid">
<span>Change theme</span>
<span>Using {_theme.mode} theme</span>
</ReactTooltip>
</>
)}