From eac444abd329fd8a380c2ab0a92a20a690589ffc Mon Sep 17 00:00:00 2001 From: ximenggiao <93075873+ximenggiao@users.noreply.github.com> Date: Tue, 21 Jan 2025 04:00:35 +0800 Subject: [PATCH] Update Logo.js --- components/Common/Logo.js | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/components/Common/Logo.js b/components/Common/Logo.js index a400bd52..f95dfe40 100644 --- a/components/Common/Logo.js +++ b/components/Common/Logo.js @@ -2,21 +2,7 @@ import * as React from 'react' const Logo = (props) => ( - - - - - - + ) export default Logo