From 75fbafbf59c3375b2430a714aee133520313324e Mon Sep 17 00:00:00 2001 From: r-freeman Date: Fri, 3 Feb 2023 23:32:56 +0000 Subject: [PATCH] Updated styling of resume component --- components/Resume.tsx | 2 +- pages/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Resume.tsx b/components/Resume.tsx index cbe87f8..9388ef5 100644 --- a/components/Resume.tsx +++ b/components/Resume.tsx @@ -44,7 +44,7 @@ export function Resume() { ] return ( -
+

Work diff --git a/pages/index.tsx b/pages/index.tsx index 79b105b..4a44e9f 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -118,7 +118,7 @@ export default function Home({articles}: { articles: Article[] }) {
-
+
{articles.map(({slug, title, description, date}) => (