From e6daaeb7026e394cba1c7dbb5143515beceadbab Mon Sep 17 00:00:00 2001 From: Chris Sprance Date: Wed, 27 Jul 2022 11:16:50 -0400 Subject: [PATCH] Update Gui.tsx Swapped Variables and Formulas around. Feels better this way I think, makes the formula the focus and works better on mobile --- components/Gui.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Gui.tsx b/components/Gui.tsx index e34e4da..d564bba 100644 --- a/components/Gui.tsx +++ b/components/Gui.tsx @@ -10,10 +10,10 @@ interface Props {} const Gui: React.FC = () => { return ( <> - -

+ +