From 1aa489a26283d2187f6407a28a593c3e1c2d4323 Mon Sep 17 00:00:00 2001 From: G Date: Mon, 1 Jul 2024 09:03:09 +0000 Subject: [PATCH] image to be contained inside the container --- src/components/BeasyLogoIcon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ( - + ); }; -- libgit2 0.27.1