changing tooltop for theme button and separated langauge toggle button to different component
This commit is contained in:
parent
7e105e0b48
commit
7462616370
3 changed files with 38 additions and 9 deletions
|
@ -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>
|
||||
</>
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue