From e21ffadbce0ae7fc768bef0bab350782be049c8d Mon Sep 17 00:00:00 2001 From: Innei Date: Thu, 18 Apr 2024 12:46:16 +0800 Subject: [PATCH] fix: header logo style in mobile Signed-off-by: Innei --- src/components/layout/header/internal/AnimatedLogo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/header/internal/AnimatedLogo.tsx b/src/components/layout/header/internal/AnimatedLogo.tsx index e24ac4485c..d08e2fa71d 100644 --- a/src/components/layout/header/internal/AnimatedLogo.tsx +++ b/src/components/layout/header/internal/AnimatedLogo.tsx @@ -79,7 +79,7 @@ export const AnimatedLogo = () => { initial={{ opacity: 0 }} animate={{ opacity: 1 }} exit={{ opacity: 0 }} - // className="scale-75" + className="flex items-center" >