diff --git a/client/src/pages/Report.tsx b/client/src/pages/Report.tsx index fc49fc1..9558bf5 100644 --- a/client/src/pages/Report.tsx +++ b/client/src/pages/Report.tsx @@ -48,6 +48,7 @@ function MohamedSalahSlides() { const pdfOptions = useMemo(() => ({ cMapUrl: 'https://unpkg.com/pdfjs-dist@3.11.174/cmaps/', cMapPacked: true, + standardFontDataUrl: 'https://unpkg.com/pdfjs-dist@3.11.174/standard_fonts/', }), []); const handleSliderChange = (value: number[]) => { @@ -91,30 +92,30 @@ function MohamedSalahSlides() { return (
-
+
{isLoading && ( -
+

Loading slides...

)} - {!isLoading && ( - - - - )} + + +