Files
WYGIWYH/app/templates/cotton/components/sidebar_menu_header.html
Herculino Trotta f90a31f2b9 feat: add sidebar
2025-08-06 11:35:17 -03:00

7 lines
212 B
HTML

<li>
<div class="d-flex align-items-center">
<span class="text-muted small fw-bold text-uppercase tw:lg:hidden tw:lg:group-hover:inline me-2">{{ title }}</span>
<hr class="flex-grow-1"/>
</div>
</li>