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 ? ( ) : (