Skip to content

Commit

Permalink
Add title to input url bar
Browse files Browse the repository at this point in the history
  • Loading branch information
sejas committed Aug 24, 2023
1 parent 3e3be7b commit d202e48
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import { Button, Flex, FlexItem } from '@wordpress/components';
import { useRef, forwardRef, useState, useEffect } from '@wordpress/element';
import { Icon, settings } from '@wordpress/icons';
import { __ } from '@wordpress/i18n';

/**
* Internal dependencies
Expand Down Expand Up @@ -81,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 d202e48

Please sign in to comment.