We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27459a5 commit 990fc7aCopy full SHA for 990fc7a
1 file changed
frontend/src/app/page.tsx
@@ -19,7 +19,7 @@ export default function HomePage() {
19
<div className="space-y-4">
20
<button
21
onClick={() => router.push('/login')}
22
- className="w-full bg-yellow-600 hover:bg-blue-700 text-white py-3 rounded-lg font-semibold transition"
+ className="w-full bg-blue-600 hover:bg-blue-700 text-white py-3 rounded-lg font-semibold transition"
23
>
24
Patient Login
25
</button>
0 commit comments