diff --git a/components/Blog/ContentPage.tsx b/components/Blog/ContentPage.tsx
index 530830a..932b5cb 100644
--- a/components/Blog/ContentPage.tsx
+++ b/components/Blog/ContentPage.tsx
@@ -12,8 +12,8 @@ const ContentPage: NextPage<{ content: ProjectRender | DiaryRender }> = ({ conte
return (<>
{content.type === "diary" ? : null}
- {content.more ?
: null}
- {content.repo ?
: null}
+ {content.more ?
: null}
+ {content.repo ?
: null}
diff --git a/components/Blog/Layout.tsx b/components/Blog/Layout.tsx
index 5f7e8ab..7fddbf2 100644
--- a/components/Blog/Layout.tsx
+++ b/components/Blog/Layout.tsx
@@ -14,13 +14,13 @@ const Layout: NextPage = ({ title, children }) => {
{title ?? "c0ntroller.de"}
-
+
{ children }
-
diff --git a/components/Blog/Navigation.tsx b/components/Blog/Navigation.tsx
index a0a9a39..8c86dea 100644
--- a/components/Blog/Navigation.tsx
+++ b/components/Blog/Navigation.tsx
@@ -11,29 +11,29 @@ import logo from "../../public/img/icon.png";
const Navigation: NextPage<{}> = () => {
return ;
};
diff --git a/components/Blog/ThemeSwitch.tsx b/components/Blog/ThemeSwitch.tsx
index fcb98b1..7e70c45 100644
--- a/components/Blog/ThemeSwitch.tsx
+++ b/components/Blog/ThemeSwitch.tsx
@@ -36,7 +36,7 @@ const ThemeSwitch: NextPage<{ size?: string }> = ({ size }) => {
if (!mounted) {
return
-
+
;
}
@@ -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")}>
;
};
diff --git a/components/Spinner.tsx b/components/Spinner.tsx
index 2c332c5..7529dd1 100644
--- a/components/Spinner.tsx
+++ b/components/Spinner.tsx
@@ -11,7 +11,7 @@ const Spinner: NextPage<{size: number, color?: string}> = ({ size, color }) => {
const vbSizeX = (2 * x0) + side + (2 * padding);
const vbSizeY = diameterY + (2 * padding);
- return