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'}