feat: prefered language
This commit is contained in:
@@ -87,9 +87,7 @@ export default function LandingPage() {
|
||||
|
||||
continuationHandledRef.current = true
|
||||
const nextVideoUrl =
|
||||
Platform.OS === 'web'
|
||||
? welcomeVideo?.registrationIntroWeb
|
||||
: welcomeVideo?.registrationIntro
|
||||
Platform.OS === 'web' ? welcomeVideo?.registrationIntroWeb : welcomeVideo?.registrationIntro
|
||||
|
||||
if (typeof nextVideoUrl === 'string' && nextVideoUrl.trim().length > 0) {
|
||||
setVideoUrl(nextVideoUrl)
|
||||
@@ -102,10 +100,7 @@ export default function LandingPage() {
|
||||
return (
|
||||
<>
|
||||
<EntryJingle active={!isAuthenticated && !selectedLanguage} />
|
||||
<Page
|
||||
title="Landing Page"
|
||||
backgroundImg={background.homeBGWeb}
|
||||
>
|
||||
<Page title="Landing Page" backgroundImg={background.homeBGWeb}>
|
||||
<View
|
||||
style={{
|
||||
flex: 1,
|
||||
|
||||
Reference in New Issue
Block a user