File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const ForgotPassword = () => {
3333 < div className = 'flex-none md:flex' >
3434 < div className = 'rounded-3xl backdrop-blur-sm shadow-2xl md:w-1/3 mt-20 pb-4 mb-auto mx-auto px-5 text-center items-center justify-center' >
3535 < div className = 'flex justify-center' >
36- < img id = 'img' alt = 'sce logo' src = 'https://sce.sjsu.edu /images/SCE-glow.webp' width = '2rem' className = 'w-2/3 px-auto' />
36+ < img id = 'img' alt = 'sce logo' src = { ` ${ window . location . origin } /images/SCE-glow.webp` } width = '2rem' className = 'w-2/3 px-auto' />
3737 </ div >
3838 < form onSubmit = { handleSubmit } className = 'flex flex-col items-center' >
3939 < label className = "form-control w-full max-w-xs mb-4" >
Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ const ForgotPassword = () => {
104104 return (
105105 < div className = 'flex-none md:flex' >
106106 < div className = 'rounded-3xl backdrop-blur-sm shadow-2xl md:w-1/3 mt-12 md:mt-20 pb-8 mb-auto mx-auto px-5 text-center items-center justify-center' >
107- < div className = 'flex justify-center' > s
108- < img id = 'img' alt = 'sce logo' src = 'https://sce.sjsu.edu /images/SCE-glow.webp' width = '2rem' className = 'w-2/3 px-auto' />
107+ < div className = 'flex justify-center' >
108+ < img id = 'img' alt = 'sce logo' src = { ` ${ window . location . origin } /images/SCE-glow.webp` } width = '2rem' className = 'w-2/3 px-auto' />
109109 </ div >
110110 < form onSubmit = { handleSubmit } className = 'flex flex-col items-center' >
111111
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export default function Login(props) {
4646 < div className = 'flex-none md:flex' >
4747 < div className = 'rounded-3xl backdrop-blur-sm shadow-2xl md:w-1/3 mt-20 pb-4 mb-auto ml-auto mr-auto px-5 text-center items-center justify-center' >
4848 < div className = 'flex justify-center' >
49- < img id = 'img' alt = 'sce logo' src = 'https://sce.sjsu.edu /images/SCE-glow.webp' width = '2rem' className = 'w-2/3 px-auto' />
49+ < img id = 'img' alt = 'sce logo' src = { ` ${ window . location . origin } /images/SCE-glow.webp` } width = '2rem' className = 'w-2/3 px-auto' />
5050 </ div >
5151 < form onSubmit = { handleSubmit } className = '' >
5252 < div className = 'flex flex-col items-center' >
You can’t perform that action at this time.
0 commit comments