From b0164e1e390739a02644119b7bf24718eeb78b64 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Thu, 28 Oct 2021 17:00:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Logo.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/components/Logo.js b/components/Logo.js index aec7e940..ff74193d 100644 --- a/components/Logo.js +++ b/components/Logo.js @@ -4,10 +4,9 @@ import React from 'react' const Logo = () => { return - {/*
{BLOG.title}
*/} +
{BLOG.title}
-
{BLOG.title}
+ {/*
{BLOG.title}
*/} }