Open rmpowell77 opened 3 years ago
Currently we have:
<b-field :label="`Show: ${title}`" data-test="menu-left--title" />
We might as well just make this a header! We don't need b-field since there's no form input to wrap here!
<h2 data-test="menu-left--title">Show: ${title}</h2>
If you need, you can create a CSS class to replicate the label's style.
Currently we have:
We might as well just make this a header! We don't need b-field since there's no form input to wrap here!
If you need, you can create a CSS class to replicate the label's style.