From 090055ad95feed9cc2750d37485db43b2097c004 Mon Sep 17 00:00:00 2001 From: Mike Cousins Date: Wed, 22 May 2019 14:16:39 -0600 Subject: [PATCH] Updating hash on pdf --- example/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/index.tsx b/example/index.tsx index 525bb384..c9501be2 100644 --- a/example/index.tsx +++ b/example/index.tsx @@ -49,7 +49,7 @@ const App = () => { const canvasEl = useRef(null); const [loading, numPages] = usePdf({ - file: 'basic.0dbc8f27.pdf', + file: 'basic.33e35a62.pdf', page, canvasEl, });