From be68bda1b7173078b02e7f66406bcff2971fe190 Mon Sep 17 00:00:00 2001 From: Pushkar Anand Date: Sun, 7 Feb 2021 20:44:44 +0530 Subject: [PATCH] Fix fav button on windows. --- src/components/FavButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FavButton.tsx b/src/components/FavButton.tsx index bb45f7d71..76f8055e1 100644 --- a/src/components/FavButton.tsx +++ b/src/components/FavButton.tsx @@ -17,6 +17,6 @@ const HeartUI = styled.button<{ export default function FavButton({ isClick, onClick, size }) { return ( - + ); } \ No newline at end of file