Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/images/SCE-glow.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Pages/ForgotPassword/ForgotPassword.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const ForgotPassword = () => {
<div className = 'flex-none md:flex'>
<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'>
<div className='flex justify-center'>
<img id='img' alt='sce logo' src='https://sce.sjsu.edu/images/SCE-glow.png' width='2rem' className='w-2/3 px-auto'/>
<img id='img' alt='sce logo' src='https://sce.sjsu.edu/images/SCE-glow.webp' width='2rem' className='w-2/3 px-auto'/>
</div>
<form onSubmit={handleSubmit} className='flex flex-col items-center'>
<label className="form-control w-full max-w-xs mb-4">
Expand Down
4 changes: 2 additions & 2 deletions src/Pages/ForgotPassword/ResetPassword.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ const ForgotPassword = () => {
return (
<div className = 'flex-none md:flex'>
<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'>
<div className='flex justify-center'>
<img id='img' alt='sce logo' src='https://sce.sjsu.edu/images/SCE-glow.png' width='2rem' className='w-2/3 px-auto'/>
<div className='flex justify-center'>s
<img id='img' alt='sce logo' src='https://sce.sjsu.edu/images/SCE-glow.webp' width='2rem' className='w-2/3 px-auto'/>
</div>
<form onSubmit={handleSubmit} className='flex flex-col items-center'>

Expand Down
2 changes: 1 addition & 1 deletion src/Pages/Login/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function Login(props) {
<div className = 'flex-none md:flex'>
<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'>
<div className='flex justify-center'>
<img id='img' alt='sce logo' src='https://sce.sjsu.edu/images/SCE-glow.png' width='2rem' className='w-2/3 px-auto'/>
<img id='img' alt='sce logo' src='https://sce.sjsu.edu/images/SCE-glow.webp' width='2rem' className='w-2/3 px-auto'/>
</div>
<form onSubmit={handleSubmit} className=''>
<div className='flex flex-col items-center'>
Expand Down