replay musics
This commit is contained in:
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
||||
}, []);
|
||||
|
||||
const handleLaunchAdventure = useCallback(() => {
|
||||
navigation.navigate(Routes.Register);
|
||||
navigation.navigate(Routes.Login);
|
||||
}, [navigation]);
|
||||
|
||||
const { data: video } = useDataFromRef({
|
||||
@@ -103,9 +103,7 @@ export default function LandingPage() {
|
||||
title="Présentation de Musicland"
|
||||
onPress={() =>
|
||||
setVideoUrl(
|
||||
Platform.OS === "web"
|
||||
? video?.landingWeb
|
||||
: video?.landing,
|
||||
Platform.OS === "web" ? video?.landingWeb : video?.landing
|
||||
)
|
||||
}
|
||||
containerStyle={styles.actionButton}
|
||||
|
||||
Reference in New Issue
Block a user