Skip to content

Commit

Permalink
fix: standardize error modal buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxtrotSierra6829 committed Mar 2, 2025
1 parent b096667 commit 1b42d36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/renderer/components/ErrorModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export const ErrorModal = (): JSX.Element => {
</span>

<Button type={ButtonType.Neutral} onClick={() => handleSelectInstallPath(Simulators.Msfs2020)}>
Select
Select Path
</Button>
</>
);
Expand All @@ -252,7 +252,7 @@ export const ErrorModal = (): JSX.Element => {
</span>

<Button type={ButtonType.Neutral} onClick={() => handleSelectInstallPath(Simulators.Msfs2024)}>
Select
Select Path
</Button>
</>
);
Expand All @@ -269,7 +269,7 @@ export const ErrorModal = (): JSX.Element => {
</span>

<Button type={ButtonType.Neutral} onClick={() => handleSelectTempLocation()}>
Select new location
Select Path
</Button>
<Button type={ButtonType.Neutral} onClick={() => resetTempLocation()}>
Reset
Expand Down

0 comments on commit 1b42d36

Please sign in to comment.