diff options
Diffstat (limited to '')
| -rw-r--r-- | packages/mobile/components/Logo.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/mobile/components/Logo.tsx b/packages/mobile/components/Logo.tsx index a15d8561..57f7a5c3 100644 --- a/packages/mobile/components/Logo.tsx +++ b/packages/mobile/components/Logo.tsx @@ -3,7 +3,7 @@ import { View, Text } from "react-native"; export default function Logo() { return ( - <View className="flex flex-row gap-2 justify-center items-center "> + <View className="flex flex-row items-center justify-center gap-2 "> <PackageOpen color="black" size={70} /> <Text className="text-5xl">Hoarder</Text> </View> |
