Fixes, cleanup from first PR reread

This commit is contained in:
Clément Le Bihan
2023-11-28 14:43:16 +01:00
parent 3b24cefd3f
commit 3b89387b12
5 changed files with 32 additions and 60 deletions
-2
View File
@@ -42,8 +42,6 @@ const StarProgress = (props: StarProgressProps) => {
style={{
position: 'absolute',
left: `${(step / props.max) * 100}%`,
// top: '50%',
// transform: 'translate(-50%, -55%)',
}}
/>
);