We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c17842 commit c75ef07Copy full SHA for c75ef07
apps/web/src/app/[locale]/(dashboard)/[wsId]/finance/invoices/[invoiceId]/invoice-card.tsx
@@ -10,7 +10,7 @@ import { Button } from '@tuturuuu/ui/button';
10
import { ImageIcon, PrinterIcon } from '@tuturuuu/ui/icons';
11
import { Separator } from '@tuturuuu/ui/separator';
12
import dayjs from 'dayjs';
13
-import html2canvas from 'html2canvas';
+import html2canvas from 'html2canvas-pro';
14
import { useTranslations } from 'next-intl';
15
import { useCallback, useRef } from 'react';
16
0 commit comments