From 4c15cab048496a8e82b17869055891894d4584a1 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Fri, 11 Feb 2022 01:09:46 +0100 Subject: [PATCH] style fixes --- repl/src/App.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/repl/src/App.tsx b/repl/src/App.tsx index d894ce69..7882df99 100644 --- a/repl/src/App.tsx +++ b/repl/src/App.tsx @@ -151,7 +151,7 @@ function App() { }); return ( -
+
logo @@ -169,9 +169,9 @@ function App() { )}
-
+
-
+
- + {!cycle.started ? `press ctrl+enter to play\n` : !isHot && activePattern !== pattern @@ -212,7 +212,7 @@ function App() { {cycle.started ? 'pause' : 'play'}