From 5db9aceaf53f5e624b092655b19f693eab83358e Mon Sep 17 00:00:00 2001 From: b1rdmania <102524336+b1rdmania@users.noreply.github.com> Date: Mon, 29 Dec 2025 14:58:42 +0000 Subject: [PATCH] Update X share: 16-Bit Midi Wario Synth by @b1rdmania MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 1e072f1..58ef971 100644 --- a/src/main.ts +++ b/src/main.ts @@ -789,7 +789,7 @@ class MotifApp { } // Compose tweet text - URL will be inserted by Twitter between the two parts - const tweetText = `I made ${title} Game Boy version.\n\nMade in Wario Synth by @b1rdmania`; + const tweetText = `I made ${title} Game Boy version.\n\n16-Bit Midi Wario Synth by @b1rdmania`; const twitterUrl = `https://twitter.com/intent/tweet?text=${encodeURIComponent(tweetText)}&url=${encodeURIComponent(shareUrl)}`; window.open(twitterUrl, '_blank', 'width=550,height=420');