Skip to content

Commit

Permalink
Switch animation from pulse to rotate in update widget
Browse files Browse the repository at this point in the history
Changed the class for the update icon animation from `svg-small-anim-pulse` to `svg-small-anim-rotate`. This enhances the visual feedback provided to users when an update is available.
  • Loading branch information
SquirrelDevelopper committed Oct 10, 2024
1 parent 3e3f949 commit de26282
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const UpdateAvailableWidget: React.FC = React.memo(() => {
<Avatar
src={
<UpdateLine
className="svg-small-anim-pulse"
className="svg-small-anim-rotate"
style={{ color: 'rgba(255, 255, 255, 0.65)', fontSize: '20px' }}
/>
}
Expand Down

0 comments on commit de26282

Please sign in to comment.