diff --git a/src/components/BeasyLogoIcon.tsx b/src/components/BeasyLogoIcon.tsx index 63edfd3..9f41baf 100644 --- a/src/components/BeasyLogoIcon.tsx +++ b/src/components/BeasyLogoIcon.tsx @@ -4,7 +4,7 @@ import { Image } from "react-native"; const BeasyLogoIcon = () => { return ( - + ); };