change card

This commit is contained in:
Thomas Demirdjian
2025-12-01 15:07:46 +01:00
parent d7b14bd873
commit e96e4c263d
12 changed files with 389 additions and 36 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ const Playback = ({ route, navigation }) => {
/>
<BorderGradientButton
title="Guide du Playbacker"
onPress={() => setShowIntro(videos.theo)}
onPress={() => navigate(Routes.PlaybackGuide)}
/>
{/* <BorderGradientButton title="Importer une vidéo" /> */}
</View>