diff --git a/components/article.js b/components/article.js index ab79aea..5b12572 100644 --- a/components/article.js +++ b/components/article.js @@ -3,6 +3,7 @@ import styles from '../styles/Article.module.css'; export default function Article(props) { return ( <> + TheRed.SH / Article
{props.children}
diff --git a/pages/articles.js b/pages/articles.js index b90cf43..67a6fa7 100644 --- a/pages/articles.js +++ b/pages/articles.js @@ -5,6 +5,7 @@ import Link from "next/link"; export default function Articles() { return ( <> + TheRed.SH / Articles Latest (This is a very new part of the website, no proper automation has been implemented, all articles are written manually ^*^)
diff --git a/pages/projects.js b/pages/projects.js index d28a228..dd5c679 100644 --- a/pages/projects.js +++ b/pages/projects.js @@ -3,7 +3,9 @@ import Button from '../components/button.js' import Redirect from '../components/redirect.js' export default function Projects() { - return <>TheRed.SH / Projects
+ return <> + TheRed.SH / Projects +

Here are all of my projects (Only a demo, none of the buttons work):