Skip to content

Commit

Permalink
Update Gui.tsx
Browse files Browse the repository at this point in the history
Swapped Variables and Formulas around. Feels better this way I think, makes the formula the focus and works better on mobile
  • Loading branch information
csprance committed Jul 27, 2022
1 parent c9eecf1 commit e6daaeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Gui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ interface Props {}
const Gui: React.FC<Props> = () => {
return (
<>
<Variables />
<br />
<Formulas />
<br />
<Variables />
<br />
<Notes />
<br />
<FunctionButtons />
Expand Down

0 comments on commit e6daaeb

Please sign in to comment.