Skip to content

Commit

Permalink
fix: patch-package correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Franqsanz committed Jul 22, 2024
1 parent 1771a69 commit 6ef4bd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/components/modals/ModalShare.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
import {
WhatsappShareButton,
TwitterShareButton,
TwitterIcon,
XIcon,
FacebookIcon,
FacebookShareButton,
WhatsappIcon,
Expand Down Expand Up @@ -110,7 +110,7 @@ export function ModalShare({ shareUrl, data, isOpen, onClose }: ModalType) {
<TwitterShareButton url={shareUrl || ''} title={data}>
<Flex direction='column' align='center'>
<Icon
as={TwitterIcon}
as={XIcon}
boxSize={{ base: 10, md: 12 }}
rounded='3xl'
/>
Expand Down

0 comments on commit 6ef4bd0

Please sign in to comment.