added legal pages, resized tablet view, fixed prettier

This commit is contained in:
2022-09-10 09:27:37 +02:00
parent 1cf766573d
commit f84e56f0ad
45 changed files with 719 additions and 2516 deletions

View File

@@ -1,8 +1,8 @@
import React from "react";
import * as styles from "./Author.module.scss";
import { useSiteMetadata } from "@/hooks";
import * as styles from "./Author.module.scss";
const Author = () => {
const { author } = useSiteMetadata();
@@ -10,7 +10,7 @@ const Author = () => {
return (
<div className={styles.author}>
<p className={styles.bio}>
Written by: <a href ="/pages/about">
Written by: <a href="/pages/about">
<strong>{author.name}</strong>
</a>
</p>