Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update frontend/src/pages/Register.jsx
Browse files
frontend/src/pages/Register.jsx
CHANGED
|
@@ -76,7 +76,7 @@ export const Register = () => {
|
|
| 76 |
{/* Brand Anchor */}
|
| 77 |
<div className="flex items-center gap-3 z-10 text-left animate-slide-up">
|
| 78 |
<div className="w-12 h-12 flex items-center justify-center">
|
| 79 |
-
<img src="/
|
| 80 |
</div>
|
| 81 |
<span className="text-2xl font-bold tracking-tight brand-gradient">LarShield</span>
|
| 82 |
</div>
|
|
|
|
| 76 |
{/* Brand Anchor */}
|
| 77 |
<div className="flex items-center gap-3 z-10 text-left animate-slide-up">
|
| 78 |
<div className="w-12 h-12 flex items-center justify-center">
|
| 79 |
+
<img src="/LarShield Symbol logo.png" alt="LarShield Logo" className="w-full h-full object-contain" />
|
| 80 |
</div>
|
| 81 |
<span className="text-2xl font-bold tracking-tight brand-gradient">LarShield</span>
|
| 82 |
</div>
|