hino / app / templates / components / home / inbox-button.hbs
inbox-button.hbs
Raw
<button type="button" class="btn btn-light btn-xs" id="app-btn-my-inbox">
    <span class="d-inline-block">
        <Custom::Icon::EnvelopeFill @width="1.5" @height="1.5" />
    </span>
    <span id="my-inbox-txt">My Inbox</span>
</button>