Change 'Mulai Analisis' button to redirect to login instead of register - students should login if they have account

This commit is contained in:
KakaPatria 2026-02-12 22:23:24 +07:00
parent 71da09cd80
commit 42cebd2fc0
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
Sistem ini menganalisis 5 aspek penting dalam diri kalian untuk memberikan rekomendasi yang akurat dan personal.
</p>
<div class="flex flex-col sm:flex-row gap-3 sm:gap-4">
<a href="{{ route('register') }}" class="inline-block bg-yellow-400 text-maroon font-bold py-2 sm:py-3 px-6 sm:px-8 rounded-lg hover:bg-yellow-300 transition text-sm sm:text-base text-center">Mulai Analisis</a>
<a href="{{ route('login') }}" class="inline-block bg-yellow-400 text-maroon font-bold py-2 sm:py-3 px-6 sm:px-8 rounded-lg hover:bg-yellow-300 transition text-sm sm:text-base text-center">Mulai Analisis</a>
</div>
</div>
<div class="flex justify-center">