From 2f4f5a3ee7b70d3bdf9f77cd348343245764175b Mon Sep 17 00:00:00 2001 From: alguilhot Date: Mon, 17 Oct 2022 17:54:08 +0200 Subject: [PATCH] FIX: Changement du bouton dans le screen Profile --- bob_party/src/screens/Profile.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bob_party/src/screens/Profile.tsx b/bob_party/src/screens/Profile.tsx index b073fd7..631e9e9 100644 --- a/bob_party/src/screens/Profile.tsx +++ b/bob_party/src/screens/Profile.tsx @@ -9,7 +9,7 @@ import { SkinComponent } from '../components/Skin'; import { User } from '../core/user'; import tabSkinApp from '../constSkin'; import tabConv from '../constCov' -import { ButtonChangeSkin } from '../components/ButtonChangeSkin'; +import { ButtonGreySmall } from '../components/ButtonGreySmall'; import { ScreenIndicator } from '../components/ScreenIndicator'; const coin = require('../../assets/Icons/Coin.png') @@ -36,7 +36,7 @@ function Profile(props: { navigation: any; }) { - navigation.navigate('SkinList')}/> + navigation.navigate('SkinList')} title='Changer de skin' state='Profile'/>