From 49efe1413ca3f4d9a4ba905bbf46ccd37dbee800 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 6 Apr 2025 11:38:46 +0100 Subject: fix(mobile): Update karakeep logo and splash screen --- apps/mobile/components/Logo.tsx | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'apps/mobile/components/Logo.tsx') diff --git a/apps/mobile/components/Logo.tsx b/apps/mobile/components/Logo.tsx index ba949ed4..2581e512 100644 --- a/apps/mobile/components/Logo.tsx +++ b/apps/mobile/components/Logo.tsx @@ -1,17 +1,20 @@ import type { SvgProps } from "react-native-svg"; import * as React from "react"; -import Svg, { Path } from "react-native-svg"; +import Svg, { G, Path } from "react-native-svg"; const Logo = (props: SvgProps) => ( - - - + + + + + + + + + + + + ); export default Logo; -- cgit v1.2.3-70-g09d2