diff --git a/public/App.tsx b/public/App.tsx index b8c4803..d09d2c7 100644 --- a/public/App.tsx +++ b/public/App.tsx @@ -37,8 +37,8 @@ function App(): React.ReactNode { const handleShareSession = () => { navigator.clipboard.writeText(window.location.href).then(() => { - setShowCopyMessage(true); - setTimeout(() => setShowCopyMessage(false), 3000); + setShowCopyMessage(true); + setTimeout(() => setShowCopyMessage(false), 3000); }); }; @@ -47,13 +47,13 @@ function App(): React.ReactNode {

AG Beats

-

Craft your beats and bass lines with this interactive step sequencer.

+

Craft your beats. Online with your friends.

{isConnected ? '● Connected' : '● Disconnected'}
- {showCopyMessage && ( -
- Session link copied. Send it to your friends! -
+
+ Session link copied. Send it to your friends! +
)}
diff --git a/public/index.html b/public/index.html index b72d4d2..46d97bc 100644 --- a/public/index.html +++ b/public/index.html @@ -1,15 +1,17 @@ - - - - - - Gemini Rhythm Machine - - - -
- - - + + + + + + AG Beats + + + + +
+ + + + \ No newline at end of file diff --git a/session_state.db b/session_state.db index 313cf09..eb7c609 100644 Binary files a/session_state.db and b/session_state.db differ diff --git a/src/App.tsx b/src/App.tsx index 91ed936..0d09ef4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -37,7 +37,7 @@ const App: React.FC = () => {

AG Beats

- Craft your beats and bass lines with this interactive step sequencer. + Craft your beats. Online with your friends.

diff --git a/src/components/Sequencer.tsx b/src/components/Sequencer.tsx index ecb0a31..a47f6e1 100644 --- a/src/components/Sequencer.tsx +++ b/src/components/Sequencer.tsx @@ -220,17 +220,7 @@ export const Sequencer: React.FC = ({ className="absolute inset-0 opacity-0 cursor-pointer z-30" style={isMobile ? { width: '100%', height: '100%' } : { width: '100%', height: '100%', writingMode: 'vertical-lr', direction: 'rtl' }} /> -
-
-
+
@@ -294,17 +284,7 @@ export const Sequencer: React.FC = ({ className="absolute inset-0 opacity-0 cursor-pointer z-30" style={isMobile ? { width: '100%', height: '100%' } : { width: '100%', height: '100%', writingMode: 'vertical-lr', direction: 'rtl' }} /> -
-
-
+ diff --git a/src/index.html b/src/index.html index b0f3139..7843415 100644 --- a/src/index.html +++ b/src/index.html @@ -5,7 +5,7 @@ - Gemini Rhythm Machine + AG Beats