fix: Use register instead of signUp in PromoPreference

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
AutonetSellCar Deploy
2026-01-12 23:38:37 +09:00
parent 2720689515
commit 305aa2a470

View File

@@ -192,7 +192,7 @@ export default function PromoPreference() {
href="/login" href="/login"
className="inline-block text-sm font-medium text-yellow-400 hover:text-yellow-300 underline" className="inline-block text-sm font-medium text-yellow-400 hover:text-yellow-300 underline"
> >
{t.login || 'Login'} / {t.signUp || 'Sign Up'} {t.login || 'Login'} / {t.register || 'Register'}
</Link> </Link>
</div> </div>
)} )}