Remove icono.png from AuthView as requested

This commit is contained in:
2026-03-09 13:07:27 -05:00
parent 1a5bd0e5be
commit 178c40f40f

View File

@ -45,7 +45,7 @@ const toggleAuth = () => {
<div class="auth-content-grid"> <div class="auth-content-grid">
<!-- Branding Side (Desktop only) --> <!-- Branding Side (Desktop only) -->
<div class="branding-section"> <div class="branding-section">
<img src="/icono.png" alt="SIB Icon" class="brand-logo" />
<img src="/titulosib.png" alt="SIB Logo" class="brand-title-img" /> <img src="/titulosib.png" alt="SIB Logo" class="brand-title-img" />
<p class="brand-tagline">{{ t('auth.brandingSubtitle') }}</p> <p class="brand-tagline">{{ t('auth.brandingSubtitle') }}</p>
<div class="brand-features"> <div class="brand-features">