Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 3522f4f

Browse files
Merge pull request #7 from PDFTron/bugfix/filename-capitalization
Correct the filename for initialDoc
2 parents 9eacc71 + f3b902b commit 3522f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const App = () => {
1010
WebViewer(
1111
{
1212
path: '/webviewer/lib',
13-
initialDoc: '/files/pdftron_about.pdf',
13+
initialDoc: '/files/PDFTRON_about.pdf',
1414
},
1515
viewer.current,
1616
).then((instance) => {

0 commit comments

Comments
 (0)