reduce audio modal heading to h2

This commit is contained in:
KDSBrowne 2021-03-24 20:35:09 +00:00
parent 47c0d69fca
commit 310b7bc988

View File

@ -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>