From 165928d8d4d07e18b66c0eed8ec7f22d8db2fbf8 Mon Sep 17 00:00:00 2001 From: mehbark Date: Tue, 11 Jul 2023 14:24:29 -0400 Subject: [PATCH] gonna try not doing the dynamic width idek --- html/hot_people_who_eat_croissants_are_dangerous.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/hot_people_who_eat_croissants_are_dangerous.tsx b/html/hot_people_who_eat_croissants_are_dangerous.tsx index 3c855a2..67ea0a2 100644 --- a/html/hot_people_who_eat_croissants_are_dangerous.tsx +++ b/html/hot_people_who_eat_croissants_are_dangerous.tsx @@ -54,7 +54,7 @@ function weird_slices(arr: T[]): T[][] { const MultiWheel: Component = ({ items }, _) => (
{...weird_slices(items).map(items => ( - + ))}