Skip to content

Commit

Permalink
Better no versions installed message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadwey committed Jul 9, 2024
1 parent e244763 commit dcf125f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/renderer/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,9 @@ export default function App() {
fontSize: "1.2rem",
}}
>
Empty here,{" "}
<span style={{ cursor: "pointer", textDecoration: "underline", color: "#2080ff" }} onClick={showVersionSelector}>
Install a version.
<span style={{ fontSize: "1rem", fontWeight: "bold" }}>No versions installed...</span><br />
<span style={{ cursor: "pointer", textDecoration: "none", color: "#359aff" }} onClick={showVersionSelector}>
Install a version
</span>
</div>
</div>
Expand Down

0 comments on commit dcf125f

Please sign in to comment.