Remove unused 'Export PDF' button in App.tsx
This commit is contained in:
@@ -993,9 +993,6 @@ export default function App() {
|
||||
</button>
|
||||
{markdownPreview ? (
|
||||
<>
|
||||
<button className="button" type="button">
|
||||
Export PDF
|
||||
</button>
|
||||
<button className="button" type="button" onClick={handlePrintMarkdown}>
|
||||
Print
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user