more tickets
This commit is contained in:
@@ -2,7 +2,7 @@ import FontAwesome from "@expo/vector-icons/FontAwesome";
|
||||
import { BlurView } from "expo-blur";
|
||||
import React, { useCallback, useMemo } from "react";
|
||||
import { Image, Platform, Pressable, Text, View } from "react-native";
|
||||
import { ai, background } from "../assets";
|
||||
import { ai, background, cardsImg } from "../assets";
|
||||
import Page from "../layouts/Page";
|
||||
import { navigate } from "../navigation/NavigationService";
|
||||
import { useUserData } from "../providers/UserDataProvider";
|
||||
@@ -32,15 +32,15 @@ const CREATE_DATA = [
|
||||
stageKey: "director",
|
||||
img: ai.john,
|
||||
bg: background.playbackBG,
|
||||
label: "John",
|
||||
desc: "Come back when your\naudio is ready!",
|
||||
label: "Theo",
|
||||
desc: "Theo t'accompagne pour créer ton playback.",
|
||||
type: "Director",
|
||||
},
|
||||
{
|
||||
stageKey: "publisher",
|
||||
img: ai.bena,
|
||||
img: cardsImg.production,
|
||||
bg: background.productionBG2,
|
||||
label: "Bena",
|
||||
label: "Publication",
|
||||
desc: "Publions ta vidéo sur YouTube !",
|
||||
type: "Producteur",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user