This commit is contained in:
2025-09-05 15:09:38 +02:00
parent e5cd374382
commit 3261ffd2eb
6 changed files with 3 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 231 B

After

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 290 B

After

Width:  |  Height:  |  Size: 871 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 532 B

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 600 B

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 892 B

After

Width:  |  Height:  |  Size: 3.3 KiB

+3 -1
View File
@@ -132,7 +132,9 @@ const HitParade = () => {
title={item?.title || "Sans titre"} title={item?.title || "Sans titre"}
artist={"MusicLand"} artist={"MusicLand"}
coverUrl={item?.coverUrl || null} coverUrl={item?.coverUrl || null}
onPress={() => navigate(Routes.Playbacks, { projectId: item.id })} onPress={() =>
navigate(Routes.Playbacks, { projectId: item.id })
}
/> />
)} )}
/> />