Skip to content

Commit 0e417c7

Browse files
committed
Open Docs Modal Instead of Readme
1 parent 9a3d7fe commit 0e417c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const App: Component = () => {
8282
...oldConfig,
8383
}));
8484
setVersion(MIGRATION_VERSION);
85-
setHelpOpen(true);
85+
setDocsOpen(true);
8686
}
8787
})
8888
);

0 commit comments

Comments
 (0)