diff --git a/src/App.tsx b/src/App.tsx
index ac0c882e..4c490820 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -1,6 +1,6 @@
import { useState, useRef } from 'react'
import { useStore } from '@nanostores/react'
-import { Square, Archive, Dices, Sparkles, Blend } from 'lucide-react'
+import { Square, Archive, Dices, Sparkles, ArrowLeftRight } from 'lucide-react'
import { DownloadService } from './services/DownloadService'
import { generateRandomFormula } from './utils/bytebeatFormulas'
import { BytebeatTile } from './components/tile/BytebeatTile'
@@ -225,7 +225,7 @@ function App() {
onClick={() => setShowHelp(true)}
className="font-mono text-[10px] tracking-[0.3em] text-white cursor-pointer hover:opacity-70 transition-opacity"
>
- BRUITISTE
+ BRUIT
@@ -237,7 +237,7 @@ function App() {
: 'bg-black text-white hover:bg-white/10'
}`}
>
- 1-BIT
+ BYTE
@@ -310,7 +310,7 @@ function App() {
onClick={interpolateParams}
className="flex-1 px-2 py-2 bg-white text-black font-mono text-[9px] tracking-[0.2em] hover:bg-black hover:text-white border-2 border-white transition-all"
>
-
+
diff --git a/src/components/controls/EngineControls.tsx b/src/components/controls/EngineControls.tsx
index 8aeb343b..06df167e 100644
--- a/src/components/controls/EngineControls.tsx
+++ b/src/components/controls/EngineControls.tsx
@@ -70,7 +70,7 @@ export function EngineControls({ values, onChange, onMapClick, getMappedLFOs, sh
}
return (
-
+