From f3c463360eb2f306f4c62bd550d2ba1f0e81b2fc Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Mon, 3 Jul 2023 00:01:51 +0000 Subject: [PATCH] Show all progress so far on the same page --- posts/2023/06/flam3/index.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/posts/2023/06/flam3/index.tsx b/posts/2023/06/flam3/index.tsx index dcd570b..52eabba 100644 --- a/posts/2023/06/flam3/index.tsx +++ b/posts/2023/06/flam3/index.tsx @@ -17,17 +17,18 @@ export default function () { }); return ( - {/*
+
-
*/} - - - +
+
+ + +
); }