Fix build error: Correct logo path in AuthView
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user