From 52fcce33e636a9d2b60be8efa89534139c0c9afe Mon Sep 17 00:00:00 2001 From: Triston Armstrong Date: Sun, 14 Jan 2024 00:38:50 -0600 Subject: [PATCH] update some links and labels --- pages/index.tsx | 47 +++++++++++++++++++++++------------------------ 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index d4e7b66..5591cf1 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -4,7 +4,6 @@ import ListItem, { type ListItemProps } from '../components/ListItem' import { UsefulLinksList } from '../components/UsefulLinks/index' import { SocialLinksList } from '../components/SocialLinks/SocialLinks' import type { GetStaticProps } from 'next' -import Image from 'next/image' import AlienHeader from 'components/AlienHeader' interface LandingProps { @@ -48,7 +47,7 @@ export default function Landing({ jobs, skills, projects }: LandingProps): React

🤹 Skills

- {skills.map(skill => )} + {skills.map(skill => )}
@@ -100,51 +99,51 @@ export function getStaticProps(): ReturnType