From 64a4cff1fe801a3dc8951f22c9b3f7e47bbed705 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Tue, 1 Aug 2023 13:03:45 -0600 Subject: [PATCH] Final change before going off of lunch break! --- src/pages/index.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index d63125e..abfcbf9 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -20,35 +20,35 @@ export default Home; const HomePageBody: React.FC = () => { return ( <> -

- Sprint{ " " } +

+ Sprint{" "} Padawan

-

- A{ " " } +

+ A{" "} - scrum poker{ " " } - { " " } - tool that helps{ " " } + scrum poker{" "} + {" "} + tool that helps{" "} - agile teams{ " " } - { " " } - plan their sprints in{ " " } + agile teams{" "} + {" "} + plan their sprints in{" "} real-time .

-
+

Features:

  • 🚀 Real-time votes!
  • -
  • 🚀 Granular control of room name and vote scale!
  • +
  • 🚀 Customizable room name and vote scale!
  • 🚀 CSV Reports for every room!
  • 🚀 100% free and open-source... forever!