Merge pull request #2592 from nickofolas/fix/empty-editor-formatting

Fix formatting for empty editor splash
This commit is contained in:
hydroflame
2022-01-13 11:28:58 -05:00
committed by Olivier Gagnon
4 changed files with 21 additions and 21 deletions

34
dist/vendor.bundle.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -846,7 +846,7 @@ export function Root(props: IProps): React.ReactElement {
<span style={{ color: Settings.theme.primary, fontSize: "20px", textAlign: "center" }}>
<Typography variant="h4">No open files</Typography>
<Typography variant="h5">
Use `nano FILENAME` in
Use <code>nano FILENAME</code> in
<br />
the terminal to open files
</Typography>