feat: theoWeb

This commit is contained in:
2025-12-04 16:28:52 +01:00
parent 0fab276d3e
commit 8c6cc50dcb
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -14,6 +14,7 @@ import GlobalAudioPlayer from "../components/player/GlobalAudioPlayer";
import { Routes } from "../navigation/Routes";
const HIDDEN_ROUTE_NAMES = new Set([
Routes.LandingPage,
Routes.Writing,
Routes.WritingLyrics,
Routes.CreateLyricsWithAi,
+1 -1
View File
@@ -20,7 +20,7 @@ const Playback = ({ route, navigation }) => {
const handleCloseIntro = () => {
if (showIntro === benhaiUrl) {
setShowIntro(videos.theo);
setShowIntro(isWeb ? videos?.theoWeb : videos?.theo);
} else {
setShowIntro(null);
}