From 252101b9c44d8537eaac6b845d002431f6cc5b8d Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 13 Apr 2022 16:54:46 +0430 Subject: [PATCH] update src/components/Button/index.js and src/components/CardDesign2/index.js --- src/components/Button/index.js | 2 +- src/components/CardDesign2/index.js | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/components/Button/index.js b/src/components/Button/index.js index 4a01c79..68a4e5a 100644 --- a/src/components/Button/index.js +++ b/src/components/Button/index.js @@ -3,7 +3,7 @@ const Button = ({ className, iconClassName, icon, text, onClick }) => { return (