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