From 605ac77f3b750a9281d03d4c89dbb267c8fd9a8c Mon Sep 17 00:00:00 2001 From: fritzschoff Date: Tue, 12 Jul 2022 14:44:01 +0100 Subject: [PATCH] fix(buttoncard): added correct icon to component --- src/components/ButtonCard/ButtonCard.tsx | 28 ++++-------------------- 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/src/components/ButtonCard/ButtonCard.tsx b/src/components/ButtonCard/ButtonCard.tsx index f33774f..280e0fe 100644 --- a/src/components/ButtonCard/ButtonCard.tsx +++ b/src/components/ButtonCard/ButtonCard.tsx @@ -1,4 +1,5 @@ import clsx from 'clsx'; +import { Icon } from 'components/Icon/Icon'; import { ButtonHTMLAttributes } from 'react'; export interface ButtonCardProps extends ButtonHTMLAttributes { @@ -52,32 +53,11 @@ export const ButtonCard: React.FC = ({
- - - - +