fix order of the navigation example
This commit is contained in:
parent
93ef11096f
commit
df346147b0
1 changed files with 1 additions and 1 deletions
|
@ -62,8 +62,8 @@ function Content() {
|
|||
<ButtonItem
|
||||
layout="below"
|
||||
onClick={() => {
|
||||
Navigation.CloseSideMenus();
|
||||
Navigation.Navigate("/decky-plugin-test");
|
||||
Navigation.CloseSideMenus();
|
||||
}}
|
||||
>
|
||||
Router
|
||||
|
|
Loading…
Reference in a new issue