changed from hexo to custom react stuff #1

Merged
developomp merged 73 commits from dev into master 2021-06-27 14:37:56 +09:00
Showing only changes of commit e06ee9360c - Show all commits

View file

@ -37,10 +37,10 @@ function Navbar() {
} }
> >
{_theme.mode == "dark" && ( {_theme.mode == "dark" && (
<FontAwesomeIcon icon={faSun} /> <FontAwesomeIcon icon={faMoon} />
)} )}
{_theme.mode == "light" && ( {_theme.mode == "light" && (
<FontAwesomeIcon icon={faMoon} /> <FontAwesomeIcon icon={faSun} />
)} )}
</StyledThemeButton> </StyledThemeButton>
<ReactTooltip id="theme" type="dark" effect="solid"> <ReactTooltip id="theme" type="dark" effect="solid">