Skip to content

Commit 990fc7a

Browse files
committed
CD: final fix
1 parent 27459a5 commit 990fc7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function HomePage() {
1919
<div className="space-y-4">
2020
<button
2121
onClick={() => router.push('/login')}
22-
className="w-full bg-yellow-600 hover:bg-blue-700 text-white py-3 rounded-lg font-semibold transition"
22+
className="w-full bg-blue-600 hover:bg-blue-700 text-white py-3 rounded-lg font-semibold transition"
2323
>
2424
Patient Login
2525
</button>

0 commit comments

Comments
 (0)