diff --git a/components/Blog/Navigation.tsx b/components/Blog/Navigation.tsx
index 8c33ce9..3b4a302 100644
--- a/components/Blog/Navigation.tsx
+++ b/components/Blog/Navigation.tsx
@@ -23,17 +23,17 @@ const Navigation: NextPage<{}> = () => {
-
+
;
};
diff --git a/components/Blog/ThemeSwitch.tsx b/components/Blog/ThemeSwitch.tsx
index b5d0ff3..4405807 100644
--- a/components/Blog/ThemeSwitch.tsx
+++ b/components/Blog/ThemeSwitch.tsx
@@ -44,8 +44,8 @@ const ThemeSwitch: NextPage<{ size?: string }> = ({ size }) => {
const moonClasses = fadeProps.moon || (theme === "light" ? styles.selected : undefined);
return
-
switchTheme("light")}>
-
switchTheme("dark")}>
+
switchTheme("light")}>
+
switchTheme("dark")}>
;
};