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 (
-
-
+
+
{/* Base ROM card */}
@@ -52,7 +52,7 @@ export default function HeroPatchDiagram() {
{/* Connectors + cards share one shrink-wrapped width so they stay centered together */}
-
+
-
+
{slots.map((hack, index) => (
@@ -105,7 +105,7 @@ export default function HeroPatchDiagram() {
/>
)}
-
+
{hack?.title ?? "\u00A0" /* non-breaking space */}