Skip to content

Commit

Permalink
Updating hash on pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecousins committed May 22, 2019
1 parent a8a198f commit 090055a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/index.tsx
Expand Up @@ -49,7 +49,7 @@ const App = () => {
const canvasEl = useRef(null);

const [loading, numPages] = usePdf({
file: 'basic.0dbc8f27.pdf',
file: 'basic.33e35a62.pdf',
page,
canvasEl,
});
Expand Down

0 comments on commit 090055a

Please sign in to comment.