Fix placement of Export PDF button in App component
This commit is contained in:
@@ -744,10 +744,10 @@ export default function App() {
|
|||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
<div className="controls concept-actions">
|
<div className="controls concept-actions">
|
||||||
<button onClick={onExportPdf} disabled={busy.preview}>Export PDF</button>
|
|
||||||
<button onClick={() => setMarkdownPreview((value) => !value)}>
|
<button onClick={() => setMarkdownPreview((value) => !value)}>
|
||||||
{markdownPreview ? "Edit Markdown" : "Preview Markdown"}
|
{markdownPreview ? "Edit Markdown" : "Preview Markdown"}
|
||||||
</button>
|
</button>
|
||||||
|
<button onClick={onExportPdf} disabled={busy.preview}>Export PDF</button>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user