We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5deefe commit 0c55ea2Copy full SHA for 0c55ea2
components/Header.tsx
@@ -54,7 +54,7 @@ export function Header(): ReactElement {
54
{splitView ? <SettingsOverscanSVGIcon /> : <ViewColumnSVGIcon />}
55
</AppBarAction>
56
<FileInput
57
- id="file-uploa"
+ id="file-upload"
58
accept={accept}
59
onChange={onChange}
60
theme="clear"
components/MarkdownEditor.tsx
@@ -15,7 +15,7 @@ export function MarkdownEditor(): ReactElement {
15
<>
16
<TextArea
17
aria-label="Editor"
18
- id="markddown-editor"
+ id="markdown-editor"
19
name="editor"
20
theme="none"
21
value={markdown}
0 commit comments