-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aait.web.g1.admas terefe.password change #438
base: main
Are you sure you want to change the base?
Conversation
b24cbc3
to
a544ee6
Compare
} | ||
|
||
|
||
///<div className='flex flex-col items-center text-[11px] font-poppins'> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove commented code,
placeholder='Enter new password' | ||
onChange={(e) => setNewPassword(e.target.value)} | ||
/> | ||
<Image |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use Icons, [react-icon package] instead of an image.
<div className='col-span-2 flex justify-between items-center py-3 px-5 rounded-lg bg-[#EFF3F9] w-full'> | ||
<input | ||
type="password" | ||
className='focus:outline-none bg-[#EFF3F9]' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Utilize built-in colors instead of using hexadecimal codes.
<p className='text-[10px] text-[#868686] font-light'>You can change your password here</p> | ||
</div> | ||
<button | ||
className='text-[10px] font-semibold bg-[#264FAD] rounded-md text-white px-12 py-2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Utilize built-in colors instead of using hexadecimal codes.
placeholder='Confirm new password' | ||
onChange={(e) => setConfirmPass(e.target.value)} | ||
/> | ||
<Image |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use Icons, [react-icon package] instead of an image.
<div className={ `flex justify-between items-center text-md border-b ${ pathname === '/profile/my-blogs' ? 'pb-2' : 'pb-4' }` }> | ||
<div className='flex space-x-10 text-[12px] text-[#494949] font-semibold'> | ||
{ | ||
// links.map(link => <h3 className={ pathname === linkPathname.get(link) && `border-b-2 border-[#264FAD] -mb-5` } >{ link }</h3>) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove commented code
|
||
<div className='flex justify-between items-center w-full border-t pt-4 text-[12px]'> | ||
<div className='flex justify-start items-center space-x-1'> | ||
<Image |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use Icons [react-icon package] instead of an image.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I gave you some comments
4801314
to
467c100
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
5d8a348
to
70622ec
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.