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