Update iOS audio banners to mention silent mode

Tells users to make sure iPhone is not on silent before enabling audio.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
b1rdmania
2025-12-30 11:11:21 +00:00
parent 0b952424c3
commit ef6b5bde5f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1192,7 +1192,7 @@
<div id="iosAudioBanner" class="ios-audio-banner" aria-live="polite">
<div class="row">
<div class="copy">
<strong>iOS Safari:</strong> tap once to enable audio, then press <strong>Generate music</strong>.
<strong>iPhone:</strong> make sure you're not on silent, then tap to enable audio.
</div>
<button id="enableAudioBtn" type="button">Enable Audio</button>
</div>
+1 -1
View File
@@ -362,7 +362,7 @@
<!-- iOS Audio Unlock -->
<div id="iosAudioBanner" class="ios-audio-banner">
<p>Tap to enable audio on iOS</p>
<p>Make sure your iPhone is not on silent, then tap to enable audio.</p>
<button id="enableAudioBtn" type="button">Enable Audio</button>
</div>