search on web
This commit is contained in:
@@ -183,7 +183,10 @@ const HitParade = () => {
|
||||
const isWeb = Platform.OS === "web";
|
||||
|
||||
return (
|
||||
<Page backgroundImg={background.hitParadeBG} headerType="NONE">
|
||||
<Page
|
||||
backgroundImg={isWeb ? background.libraryBgWeb : background.hitParadeBG}
|
||||
headerType="NONE"
|
||||
>
|
||||
<View style={{ gap: 12, flex: 1 }}>
|
||||
<Image source={icons.musicLandLogo} style={{ alignSelf: "center" }} />
|
||||
<View style={{ flex: 1, gap: 24 }}>
|
||||
|
||||
Reference in New Issue
Block a user