Commit ·
6b63300
1
Parent(s): 323669a
changes in frontend
Browse files- frontend/src/App.jsx +1 -1
frontend/src/App.jsx
CHANGED
|
@@ -174,7 +174,7 @@ export default function App() {
|
|
| 174 |
</div>
|
| 175 |
<div>
|
| 176 |
<h1 style={{ fontSize: '1.5rem', fontWeight: 800, letterSpacing: '0.05em', background: 'linear-gradient(to right, #f8fafc, #94a3b8)', WebkitBackgroundClip: 'text', WebkitTextFillColor: 'transparent' }}>
|
| 177 |
-
|
| 178 |
</h1>
|
| 179 |
<p style={{ fontSize: '0.75rem', color: 'var(--text-secondary)', textTransform: 'uppercase', letterSpacing: '0.1em' }}>Suspicious Transactions & Mule Account Detection</p>
|
| 180 |
</div>
|
|
|
|
| 174 |
</div>
|
| 175 |
<div>
|
| 176 |
<h1 style={{ fontSize: '1.5rem', fontWeight: 800, letterSpacing: '0.05em', background: 'linear-gradient(to right, #f8fafc, #94a3b8)', WebkitBackgroundClip: 'text', WebkitTextFillColor: 'transparent' }}>
|
| 177 |
+
FraudShield AI
|
| 178 |
</h1>
|
| 179 |
<p style={{ fontSize: '0.75rem', color: 'var(--text-secondary)', textTransform: 'uppercase', letterSpacing: '0.1em' }}>Suspicious Transactions & Mule Account Detection</p>
|
| 180 |
</div>
|