From a111d114c8031f281f86e08b227bc5a2a27b483b Mon Sep 17 00:00:00 2001 From: Ash Smith Date: Tue, 12 Sep 2023 12:20:43 +0100 Subject: [PATCH] break words and fix header position --- src/components/Container.tsx | 2 +- src/pages/post/[slug].tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Container.tsx b/src/components/Container.tsx index d8a4ddc..ca32fb6 100644 --- a/src/components/Container.tsx +++ b/src/components/Container.tsx @@ -65,7 +65,7 @@ export default function Container({ children }: { children: React.ReactNode }) {
{/* Picture of the author */} -
+

Ash Smith

Cloud & Serverless Developer

diff --git a/src/pages/post/[slug].tsx b/src/pages/post/[slug].tsx index 7df689f..4492566 100644 --- a/src/pages/post/[slug].tsx +++ b/src/pages/post/[slug].tsx @@ -92,7 +92,7 @@ export default function ProjectSlugRoute( ), normal: ({ children }) => ( -

{children}

+

{children}

), h1: ({ children }) => (

{children}