Skip to content

Commit

Permalink
chore: removes label of code editor (#2634)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz authored Sep 11, 2023
1 parent f00da48 commit 24fc316
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,7 @@ class LiveCode extends React.PureComponent<
)}
ref={this._editorElementRef}
>
<label className="dnb-sr-only" htmlFor={this._id}>
Code Editor
</label>
<span className="dnb-sr-only">Code Editor</span>
<LiveEditor
id={this._id}
className="dnb-live-editor__editable dnb-pre"
Expand Down

0 comments on commit 24fc316

Please sign in to comment.