Replace NavigateToStore (#15)

This commit is contained in:
Jens Klingenberg 2023-01-10 00:56:13 +01:00 committed by TrainDoctor
parent 9b03754939
commit ae179d618e
No known key found for this signature in database
GPG key ID: FFABB0E08B5CEDD9

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