Fix build error: Correct logo path in AuthView

This commit is contained in:
2026-03-01 15:14:45 -05:00
parent 619250ecf2
commit 8a6b9fe5e8

View File

@ -33,7 +33,7 @@ const toggleAuth = () => {
<div class="auth-card">
<!-- Header con Logo -->
<header class="auth-header">
<img src="@/assets/logo.png" alt="SIBU Logo" class="auth-logo" />
<img src="/sibu.png" alt="SIBU Logo" class="auth-logo" />
<p class="auth-subtitle">{{ t('auth.brandingSubtitle') }}</p>
</header>