Skip to content

Commit

Permalink
Replace NavigateToStore (SteamDeckHomebrew#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso authored and TrainDoctor committed Jan 19, 2023
1 parent 9b03754 commit ae179d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
);
Expand Down

0 comments on commit ae179d6

Please sign in to comment.