From 612d99a23609b8c7fe77c44ce4c8b8ffad56d072 Mon Sep 17 00:00:00 2001 From: THIS ONE IS A LITTLE BIT TRICKY KRUB Date: Sat, 31 Aug 2024 15:53:22 +0700 Subject: [PATCH] chore: Fix the carousel's type error bug --- src/app/invest/page.tsx | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/src/app/invest/page.tsx b/src/app/invest/page.tsx index c880fca..d214b01 100644 --- a/src/app/invest/page.tsx +++ b/src/app/invest/page.tsx @@ -45,7 +45,7 @@ export default function Invest() { {Array.from({ length: 5 }).map((_, index) => ( - + ))} @@ -82,15 +82,24 @@ export default function Invest() { - - - {Array.from({ length: 5 }).map((_, index) => ( - - - - ))} - - + + + {/* boiler plate for an actual pictures */} + + + + + + + + + + + + + + +