new background images

This commit is contained in:
2025-10-08 14:56:03 +02:00
parent 42af3aa125
commit 08f9316a30
6 changed files with 3 additions and 3 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 KiB

+2 -2
View File
@@ -224,11 +224,11 @@ export const background = {
profileBG, profileBG,
profileBgWeb: require("./UI/profileBgWeb.png"), profileBgWeb: require("./UI/profileBgWeb.png"),
hitParadeBG, hitParadeBG,
hitParadeBG2: require("./UI/hitParadeBG2.jpeg"), hitParadeBG2: require("./UI/hitparadeBG2.jpg"),
homeBG, homeBG,
homeBGWeb: require("./UI/homeBGWeb.png"), homeBGWeb: require("./UI/homeBGWeb.png"),
loginBgWeb: require("./UI/loginBgWeb.png"), loginBgWeb: require("./UI/loginBgWeb.png"),
profileWebBG: require("./UI/profileWebBG.jpeg"), profileWebBG: require("./UI/profileWebBG.jpg"),
}; };
export const ai = { export const ai = {
+1 -1
View File
@@ -214,7 +214,7 @@ const HitParade = () => {
headerType="NONE" headerType="NONE"
width="100%" width="100%"
maxWidth={800} maxWidth={800}
blurIntensity={isWeb ? 1 : 0} blurIntensity={isWeb ? 0 : 0}
> >
<View style={{ gap: 12, flex: 1 }}> <View style={{ gap: 12, flex: 1 }}>
<Image source={icons.musicLandLogo} style={{ alignSelf: "center" }} /> <Image source={icons.musicLandLogo} style={{ alignSelf: "center" }} />