From 942870212c04a77990db64a248c688d8981383d5 Mon Sep 17 00:00:00 2001 From: Stanley Lew Date: Sun, 2 Feb 2025 17:27:15 -0800 Subject: [PATCH] i never want to see this ever again --- src/components/board/Board.tsx | 2 +- src/components/board/BoardCard.tsx | 16 ++++------------ 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/src/components/board/Board.tsx b/src/components/board/Board.tsx index 252ad14..8467f0b 100644 --- a/src/components/board/Board.tsx +++ b/src/components/board/Board.tsx @@ -4,7 +4,7 @@ import { boardInfo } from "@/data/boardInfo"; const Board = () => { return ( <> -
+
{boardInfo.map((CARD, index) => ( = ({ image, name, title, index }) => { const diamondColor = diamondImages[Math.floor(index / 3) % diamondImages.length]; return ( -
+
- redDiamond + redDiamond picture of person

= ({ image, name, title, index }) => { > {name}

-

+

{title}