From f38329c366b8990b0359aa31995ff37c7c1508e0 Mon Sep 17 00:00:00 2001 From: Kelly Mears Date: Fri, 5 Feb 2021 09:15:37 -0800 Subject: [PATCH] svg classNames --- src/components/partials/Header/index.tsx | 2 +- src/components/svg/External.tsx | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/components/partials/Header/index.tsx b/src/components/partials/Header/index.tsx index af68693..3ef8593 100644 --- a/src/components/partials/Header/index.tsx +++ b/src/components/partials/Header/index.tsx @@ -70,7 +70,7 @@ export const Header: FunctionComponent<{ {siteTitle ?? 'Not In Our Honor Coalition'} - + diff --git a/src/components/svg/External.tsx b/src/components/svg/External.tsx index 97ee757..d942f94 100644 --- a/src/components/svg/External.tsx +++ b/src/components/svg/External.tsx @@ -2,14 +2,10 @@ import {FunctionComponent} from 'react' export const External: FunctionComponent<{ color?: string, - w?: number, - h?: number, className?: string, -}> = ({color, w, h, className}) => ( +}> = ({className}) => (