Fixed title attributes on headings in editor toolbar

No ref
This commit is contained in:
Sanne de Vries 2022-12-09 10:10:34 +07:00
parent 5407902577
commit 9b819698e8

View File

@ -23,7 +23,7 @@
<li class="ma0 lh-solid">
<button
type="button"
title="Heading One"
title="Heading 2"
class="dib dim-lite link h9 w9 nudge-top--1"
{{on "click" (fn this._toggleHeaderSection "h2")}}
>
@ -33,7 +33,7 @@
<li class="ma0 lh-solid">
<button
type="button"
title="Heading Two"
title="Heading 3"
class="dib dim-lite link h9 w9 nudge-top--1"
{{on "click" (fn this._toggleHeaderSection "h3")}}
data-test-button="toolbar-h3"