diff --git a/src/templates/main/Main.jsx b/src/templates/main/Main.jsx index c6731d7..477f7b6 100644 --- a/src/templates/main/Main.jsx +++ b/src/templates/main/Main.jsx @@ -3,22 +3,15 @@ import Header from "../../components/Header/Header" import notByAiBadge from "../../img/not-by-ai-alternative--gruvbox-material6.svg" export default function Main(props) { - return ( - <> -
-
- {props.children} - Written by a human, not by AI -
-
- - Mastodon - -
- - ) + return ( + <> +
+
{props.children}
+
+ + Mastodon + +
+ + ) }