- added custom spinner to use instead of imported ones

- added new empty blog post
- changed react-helmet to react-helmet-async for faster tab title change and reduced console warning
- better eslint config and corresponding warning fixes (changing let -> const, removed unused variables, etc.)
- removed redundant Router from footer
- removed ignored preload attribute value from font loading link tag in index.html
This commit is contained in:
Kim, Jimin 2021-05-15 19:50:00 +09:00
parent 94b5af4ab8
commit 8a2db03c0f
15 changed files with 205 additions and 78 deletions

View file

@ -28,7 +28,7 @@ function Navbar() {
data-tip
data-for="theme"
className="right"
onClick={(_: any) =>
onClick={() =>
_theme.setTheme(
_theme.mode === "dark"
? { ..._theme, mode: "light" }