larxius commited on
Commit
1892a99
·
verified ·
1 Parent(s): a92303d

Update frontend/src/pages/Register.jsx

Browse files
Files changed (1) hide show
  1. frontend/src/pages/Register.jsx +3 -3
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="/shield-graphic.png"
127
- alt="LarShield Graphic Logo"
128
- className="w-44 sm:w-52 h-auto object-contain drop-shadow-xl hover:scale-105 transition-transform duration-300"
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