diff --git a/html/hot_people_who_eat_croissants_are_dangerous.tsx b/html/hot_people_who_eat_croissants_are_dangerous.tsx
index 34ba167..970413a 100644
--- a/html/hot_people_who_eat_croissants_are_dangerous.tsx
+++ b/html/hot_people_who_eat_croissants_are_dangerous.tsx
@@ -27,12 +27,20 @@ const Wheel: Component = ({ items }, _) => (
{/*
*/}
- {...items.map((i: string) =>
{i}
)}
+ {...items.map((item: string, i: number) => (
+
+ {item}
+
+ ))}
);
// i'll probably just hardcode the delays... lame but w/e
+// nope
+// it would be possible to have it so the final text is actually properyly selectable maybe but eh
const Take: Component = ({ subjects, objects, adjectives }, _) => (
who eat
{" "}
@@ -41,10 +49,35 @@ const Take: Component = ({ subjects, objects, adjectives }, _) => (
);
+const Checkmark: Component = () => (
+
+);
+
+const Author: Component = () => (
+
+
+
+
+ traitor joe
+
+
@​phoebe_bridgers
+
+
+);
+
// might want to have the final item be seperate
// turned out to be unnecessary
debug_render(
+