From 4cab62953fb45fad548c4c0463f924c2890ef1e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Wed, 10 Feb 2021 21:27:59 +0900 Subject: [PATCH] fix: just using div --- components/LongButton.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/LongButton.tsx b/components/LongButton.tsx index d1f6d7b..ad55398 100644 --- a/components/LongButton.tsx +++ b/components/LongButton.tsx @@ -15,9 +15,9 @@ const LongButton = ({ children, newTab=false, href, onClick, center=false }:Long } - if(onClick) return + if(onClick) return
{children} - +
return {children}