clear more tickets
This commit is contained in:
@@ -18,6 +18,7 @@ import { Routes } from "../navigation/Routes";
|
||||
import { useUser } from "../providers/UserDataProvider";
|
||||
import { Palette } from "../styles";
|
||||
import { FONT_FAMILY } from "../styles/Fonts";
|
||||
import { isMobile } from "../hooks/useLayoutType";
|
||||
|
||||
const LANGUAGE_STORAGE_KEY = "preferredLanguage";
|
||||
|
||||
@@ -103,13 +104,19 @@ 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}
|
||||
/>
|
||||
<GradientButton
|
||||
title="Je me lance dans l'aventure"
|
||||
title={
|
||||
Platform.OS === "web"
|
||||
? "Je me lance dans l'aventure"
|
||||
: "Commencer"
|
||||
}
|
||||
onPress={handleLaunchAdventure}
|
||||
containerStyle={styles.actionButton}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user