removed old partition button

This commit is contained in:
Clément Le Bihan
2023-01-25 23:19:41 +09:00
parent 76d7f355ad
commit 762b346438
-3
View File
@@ -102,9 +102,6 @@ const HomeView = () => {
<Button backgroundColor={theme.colors.primary[600]} rounded={"full"} size="sm" onPress={() => navigation.navigate('Settings')} >
<Translate translationKey='settingsBtn'/>
</Button>
<Button backgroundColor={theme.colors.primary[600]} rounded={"full"} size="sm" onPress={() => navigation.navigate('Partition')} >
<Translate translationKey='partition'/>
</Button>
</Box>
</VStack>
</Box>