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'/>