diff --git a/src/App.tsx b/src/App.tsx index 4dfe275..e35bbd7 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1539,13 +1539,13 @@ export default function App() {
setMarkdownPreview((value) => !value)} > - {markdownPreview ? "Edit" : "Preview Markdown"} + {markdownPreview + ? splitView + ? "Hide Preview" + : "Edit" + : "Preview Markdown"}