Skip to content

Commit

Permalink
fix: animation was too long in the user menu
Browse files Browse the repository at this point in the history
  • Loading branch information
IEduStu authored Apr 20, 2024
1 parent 72bfd86 commit f308360
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const NavMenuContent = ({ onClick }) => {
}
}, []);
return (
<div className={classnames(styles['nav-menu-container'], 'animation-fade-in')} onClick={onClick}>
<div className={classnames(styles['nav-menu-container'])} onClick={onClick}>
<div className={styles['user-info-container']}>
<div
className={styles['avatar-container']}
Expand Down

0 comments on commit f308360

Please sign in to comment.