diff --git a/src/app/[...slug]/page.tsx b/src/app/[...slug]/page.tsx index 9b5f38d8a..01681c596 100644 --- a/src/app/[...slug]/page.tsx +++ b/src/app/[...slug]/page.tsx @@ -58,7 +58,7 @@ const PostLayout = async ({params}: Props) => { const content = ( <> -
+
@@ -66,7 +66,7 @@ const PostLayout = async ({params}: Props) => {
-
+ !post.preview).map(post => post.url); export default function NotFound() { return ( -
+

404 @@ -19,6 +19,6 @@ export default function NotFound() {

-
+ ); } diff --git a/src/app/page.tsx b/src/app/page.tsx index ab6f7e380..01a78b0fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,13 +24,13 @@ const PostLayout = () => { return ( <> -
+
-
+ ); }; diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx index 8da0f8072..863981f70 100644 --- a/src/components/Hero.tsx +++ b/src/components/Hero.tsx @@ -15,12 +15,16 @@ function TrafficLightsIcon(props: React.ComponentPropsWithoutRef<'svg'>) { export function Hero() { return ( -
+

-
+
); }