diff --git a/src/app/page.tsx b/src/app/page.tsx index 00a43f2..0704d17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,7 +149,7 @@ export default async function Home() {
-
+
@@ -222,7 +222,7 @@ export default async function Home() {

-
+
New to Hackdex? Read the FAQ diff --git a/src/components/Home/HeroPatchDiagram.tsx b/src/components/Home/HeroPatchDiagram.tsx index 4342de0..9157f18 100644 --- a/src/components/Home/HeroPatchDiagram.tsx +++ b/src/components/Home/HeroPatchDiagram.tsx @@ -33,8 +33,8 @@ export default function HeroPatchDiagram() { const slots: (Pick | null)[] = picks.length === 3 ? picks : [null, null, null]; return ( -