diff options
| -rwxr-xr-x | src/index.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.tsx b/src/index.tsx index 615253d..735c2fd 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -82,8 +82,8 @@ const DeckyPluginRouterTest: VFC = () => { return ( <div style={{ marginTop: "50px", color: "white" }}> Hello World! - <DialogButton onClick={() => Router.NavigateToStore()}> - Go to Store + <DialogButton onClick={() => Router.NavigateToLibraryTab()}> + Go to Library </DialogButton> </div> ); |
