icons
|
Before Width: | Height: | Size: 231 B After Width: | Height: | Size: 504 B |
|
Before Width: | Height: | Size: 290 B After Width: | Height: | Size: 871 B |
|
Before Width: | Height: | Size: 532 B After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 600 B After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 892 B After Width: | Height: | Size: 3.3 KiB |
@@ -132,7 +132,9 @@ const HitParade = () => {
|
||||
title={item?.title || "Sans titre"}
|
||||
artist={"MusicLand"}
|
||||
coverUrl={item?.coverUrl || null}
|
||||
onPress={() => navigate(Routes.Playbacks, { projectId: item.id })}
|
||||
onPress={() =>
|
||||
navigate(Routes.Playbacks, { projectId: item.id })
|
||||
}
|
||||
/>
|
||||
)}
|
||||
/>
|
||||
|
||||