mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-21 17:09:24 +01:00
9 lines
234 B
HTML
9 lines
234 B
HTML
<li>
|
|
<div class="flex items-center min-h-6">
|
|
{% if title %}
|
|
<span class="sidebar-menu-header text-base-content/60 text-xs font-bold uppercase mr-3">{{ title }}</span>
|
|
{% endif %}
|
|
<hr class="hr grow"/>
|
|
</div>
|
|
</li>
|