From 6ef4bd0f652f125cf783c8fc1a80cfe4d579872c Mon Sep 17 00:00:00 2001 From: franco sanchez Date: Mon, 22 Jul 2024 18:07:20 -0300 Subject: [PATCH] fix: patch-package correction --- package.json | 1 - src/components/modals/ModalShare.tsx | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 80cd6b4..309df7c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", - "postinstall": "patch-package", "format": "prettier --write .", "lint": "eslint --fix .", "ts-lint": "tsc --noEmit", diff --git a/src/components/modals/ModalShare.tsx b/src/components/modals/ModalShare.tsx index 15b284e..e5450c2 100644 --- a/src/components/modals/ModalShare.tsx +++ b/src/components/modals/ModalShare.tsx @@ -17,7 +17,7 @@ import { import { WhatsappShareButton, TwitterShareButton, - TwitterIcon, + XIcon, FacebookIcon, FacebookShareButton, WhatsappIcon, @@ -110,7 +110,7 @@ export function ModalShare({ shareUrl, data, isOpen, onClose }: ModalType) {