mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
Add a title for the Export button as it was missing one (#376)
This commit is contained in:
parent
8db8827c6f
commit
80cee4d3c0
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ export function ExportDialog({
|
|||
icon={exportFile}
|
||||
type="button"
|
||||
aria-label="Show export dialog"
|
||||
title="Export"
|
||||
/>
|
||||
{modalIsShown && (
|
||||
<Modal maxWidth={640} onCloseRequest={handleClose}>
|
||||
|
|
Loading…
Add table
Reference in a new issue