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}) => (