calband / calchart-redesign

Calchart 4 for the web! 🌐
https://calband.github.io/calchart-redesign/
4 stars 0 forks source link

make `Show: ${title}` a header #149

Open rmpowell77 opened 3 years ago

rmpowell77 commented 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.