Skip to content

Commit 23f8374

Browse files
author
Uttam Singh
committed
Fix: add proper Login.jsx (case-sensitive)
1 parent d4a9033 commit 23f8374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/pages/Login.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ export default function Login() {
55
<div style={{
66
textAlign: "center",
77
marginTop: "100px",
8-
fontFamily: "sans-serif",
9-
color: "#003366"
8+
fontFamily: "Arial, sans-serif",
9+
color: "#0047AB"
1010
}}>
1111
<h1>Welcome to FAT-EIBL</h1>
1212
<p>Finance Audit Tracker – Edme Insurance Brokers Limited</p>

0 commit comments

Comments
 (0)