From 5f11e2aa8ac3486e4a307774cd3f61f8fcd0e8d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Wed, 13 Jan 2021 14:28:28 +0900 Subject: [PATCH] style: Notice style change --- components/Notice.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Notice.tsx b/components/Notice.tsx index 63ddb78..2c00d8c 100644 --- a/components/Notice.tsx +++ b/components/Notice.tsx @@ -1,10 +1,10 @@ const Notice = ({ header, desc }:NoticeProps) => { return (
-

KOREANBOTS

+

KOREANBOTS


-

{header}

+

{header}

{desc}