Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update frontend/src/pages/Register.jsx
Browse files
frontend/src/pages/Register.jsx
CHANGED
|
@@ -123,9 +123,9 @@ export const Register = () => {
|
|
| 123 |
{/* Shield Logo Graphic above Create an Account */}
|
| 124 |
<div className="flex justify-center mb-6">
|
| 125 |
<img
|
| 126 |
-
src="/
|
| 127 |
-
alt="LarShield
|
| 128 |
-
className="w-
|
| 129 |
/>
|
| 130 |
</div>
|
| 131 |
|
|
|
|
| 123 |
{/* Shield Logo Graphic above Create an Account */}
|
| 124 |
<div className="flex justify-center mb-6">
|
| 125 |
<img
|
| 126 |
+
src="/LarShield Symbol logo.png"
|
| 127 |
+
alt="LarShield Symbol Logo"
|
| 128 |
+
className="w-20 sm:w-24 h-auto object-contain drop-shadow-xl hover:scale-105 transition-transform duration-300"
|
| 129 |
/>
|
| 130 |
</div>
|
| 131 |
|