diff options
Diffstat (limited to 'src/components/shared')
| -rw-r--r-- | src/components/shared/RotateIcon.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/shared/RotateIcon.tsx b/src/components/shared/RotateIcon.tsx index 7e3ceae..d9dcbd9 100644 --- a/src/components/shared/RotateIcon.tsx +++ b/src/components/shared/RotateIcon.tsx @@ -10,7 +10,7 @@ export function RotateIcon({ isRotating }: { isRotating: boolean }) { }); return ( <span className={cls}> - <RotateCw width={16} /> + <RotateCw size={16} /> </span> ); } |
