last fixes, home and videos

This commit is contained in:
Thomas Demirdjian
2025-11-10 14:24:16 +01:00
parent d7d9211fbe
commit dd4cf9b4d4
40 changed files with 984 additions and 647 deletions
+2 -2
View File
@@ -274,7 +274,7 @@ const HitParade = () => {
gap: 12,
}}
>
{["Chansons", "Playbacks"].map((item, index) => (
{["Chansons", "Playback"].map((item, index) => (
<BorderGradientButton
key={index}
title={item}
@@ -291,7 +291,7 @@ const HitParade = () => {
{selected === "Chansons" &&
(isWeb ? renderSongsWeb() : renderSongsMobile())}
{selected === "Playbacks" &&
{selected === "Playback" &&
(isWeb ? renderPlaybacksWeb() : renderPlaybacksMobile())}
{/* "Clips" pourra reprendre la même logique si tu le réactives */}
</View>