Skip to content

Commit

Permalink
Merge pull request #11 from sejas/add/title-to-input-url
Browse files Browse the repository at this point in the history
Accessibility: Add title to input url bar
  • Loading branch information
adamziel authored Sep 29, 2023
2 parents 7f1f6b4 + d202e48 commit e646e3c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export default forwardRef(({ showSettingsModal, theme, plugins }, ref) => {
type="text"
autoComplete="off"
className="wpplayground-url-bar__input"
title={__('Playground URL', 'wasm-demo')}
/>
</div>
<input
Expand Down

0 comments on commit e646e3c

Please sign in to comment.