Replace NavigateToStore (#15)
This commit is contained in:
parent
9b03754939
commit
ae179d618e
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@ const DeckyPluginRouterTest: VFC = () => {
|
||||||
return (
|
return (
|
||||||
<div style={{ marginTop: "50px", color: "white" }}>
|
<div style={{ marginTop: "50px", color: "white" }}>
|
||||||
Hello World!
|
Hello World!
|
||||||
<DialogButton onClick={() => Router.NavigateToStore()}>
|
<DialogButton onClick={() => Router.NavigateToLibraryTab()}>
|
||||||
Go to Store
|
Go to Library
|
||||||
</DialogButton>
|
</DialogButton>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue