Replace NavigateToStore

This commit is contained in:
Jens Klingenberg 2023-01-09 23:10:23 +01:00
commit 62e800132b

View file

@ -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>
);