From 4dc107f224caa1ab88c903c1983f33d3a2a7e3d4 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Wed, 15 Feb 2023 00:34:27 +0800 Subject: [PATCH] Hotfix for app logo --- src/components/Icons/AppLogo/AppLogo.tsx | 40 +++++++++++++----------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/src/components/Icons/AppLogo/AppLogo.tsx b/src/components/Icons/AppLogo/AppLogo.tsx index 319fb81..65122d5 100644 --- a/src/components/Icons/AppLogo/AppLogo.tsx +++ b/src/components/Icons/AppLogo/AppLogo.tsx @@ -6,24 +6,26 @@ export interface props { } export default function AppLogo(props: props) { return ( - - - - - - - - +
+ + + + + + + + +
); }