reduce audio modal heading to h2
This commit is contained in:
parent
47c0d69fca
commit
310b7bc988
@ -558,11 +558,11 @@ class AudioModal extends Component {
|
||||
{
|
||||
isIOSChrome ? null
|
||||
: (
|
||||
<h3 className={styles.title}>
|
||||
<h2 className={styles.title}>
|
||||
{content
|
||||
? intl.formatMessage(this.contents[content].title)
|
||||
: intl.formatMessage(intlMessages.audioChoiceLabel)}
|
||||
</h3>
|
||||
</h2>
|
||||
)
|
||||
}
|
||||
</header>
|
||||
|
Loading…
Reference in New Issue
Block a user