Skip to content

Commit

Permalink
add accessible label to Codemirror textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix22 committed Jul 30, 2020
1 parent dbeca58 commit 695ca36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Carbon.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ class Carbon extends React.PureComponent {
)

const options = {
screenReaderLabel: 'Code editor',
lineNumbers: config.lineNumbers,
firstLineNumber: config.firstLineNumber,
mode: languageMode || 'plaintext',
Expand Down

1 comment on commit 695ca36

@vercel
Copy link

@vercel vercel bot commented on 695ca36 Jul 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Resource is limited - try again after in 22 hours (more than 100, code: "api-deployments-free-builds-per-day").

Please sign in to comment.