changed from hexo to custom react stuff #1
1 changed files with 2 additions and 2 deletions
|
@ -37,10 +37,10 @@ function Navbar() {
|
|||
}
|
||||
>
|
||||
{_theme.mode == "dark" && (
|
||||
<FontAwesomeIcon icon={faSun} />
|
||||
<FontAwesomeIcon icon={faMoon} />
|
||||
)}
|
||||
{_theme.mode == "light" && (
|
||||
<FontAwesomeIcon icon={faMoon} />
|
||||
<FontAwesomeIcon icon={faSun} />
|
||||
)}
|
||||
</StyledThemeButton>
|
||||
<ReactTooltip id="theme" type="dark" effect="solid">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue