Skip to content

Commit

Permalink
tiny fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Nov 30, 2023
1 parent 7fac1d7 commit 9168a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/renderer/pages/CheckUpdatePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ function CheckUpdatePage() {
style={{ marginBottom: 0 }}
onClick={() => showLog()}
>
Open detailed log
See more details
</BtnSimple>
),
css: 'emumodal--xs emumodal--loading',
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/pages/CopyGamesPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ function CopyGamesPage() {
css="btn-simple--2"
type="button"
aria="Go Next"
onClick={() => navigate('/welcome')}
onClick={() => navigate('/emulators')}
>
Skip for now
</BtnSimple>
Expand Down

0 comments on commit 9168a8b

Please sign in to comment.