From b5fb0a1978eaa3d1fc6457a8c9b70741b65c2c66 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Mon, 11 Mar 2024 00:15:36 +0000 Subject: feature(mobile): A reasonablly looking signin form --- components/Logo.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'components/Logo.tsx') diff --git a/components/Logo.tsx b/components/Logo.tsx index 8b1d0654..a15d8561 100644 --- a/components/Logo.tsx +++ b/components/Logo.tsx @@ -2,10 +2,10 @@ import { PackageOpen } from "lucide-react-native"; import { View, Text } from "react-native"; export default function Logo() { - return ( - - - Hoarder - - ); + return ( + + + Hoarder + + ); } -- cgit v1.2.3-70-g09d2