fix: remove extra header in mobile nav

This commit is contained in:
josedario87
2025-06-11 04:22:24 -06:00
parent dce714e778
commit 7c2bb74b4c

View File

@@ -79,7 +79,7 @@ const handleLinkClick = () => {
<!-- encabezado dentro de sidebar --> <!-- encabezado dentro de sidebar -->
<div class="flex items-center justify-between px-4 py-4 md:px-5 md:py-4 md:border-none" <div class="flex items-center justify-between px-4 py-4 md:px-5 md:py-4 md:border-none"
style="border-bottom-color: var(--secondary-color); border-bottom-width: 1px;"> style="border-bottom-color: var(--secondary-color); border-bottom-width: 1px;">
<span class="text-lg font-semibold md:hidden" style="color: var(--primary-color);">Núcleo</span> <!-- Intentionally left empty to preserve spacing on mobile -->
</div> </div>
<!-- navegación --> <!-- navegación -->