Hello
I have a <h1> tag and <small> tag inside of it:

<h1 class="d-flex align-items-center text-dark fw-bolder my-1 fs-3"
wicket:id="panelName">
    Dashboard
    <!--begin::Separator-->
    <span class="h-20px border-gray-200 border-start ms-3 mx-2"></span>
    <!--end::Separator-->
    <!--begin::Description-->
    <small class="text-muted fs-7 fw-bold my-1 ms-1"
wicket:id="panelDes">#XRS-45670</small>
    <!--end::Description--></h1>

my h1 has a Label component.

how I can add Lable into Label?

Reply via email to