From 0b5c4bc99044ad7cc2dc485da26ed6a94f927899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Sun, 31 Jan 2021 12:46:52 +0900 Subject: [PATCH] feat: added other props for Tag --- components/Tag.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/components/Tag.tsx b/components/Tag.tsx index 03d3f47..24368dc 100644 --- a/components/Tag.tsx +++ b/components/Tag.tsx @@ -10,7 +10,8 @@ const Tag = ({ dark = false, marginBottom = 2, newTab = false, - bigger = false + bigger = false, + ...props }: LabelProps): JSX.Element => { return href ? newTab ? ( ) : (