Fixes, cleanup from first PR reread
This commit is contained in:
@@ -42,8 +42,6 @@ const StarProgress = (props: StarProgressProps) => {
|
||||
style={{
|
||||
position: 'absolute',
|
||||
left: `${(step / props.max) * 100}%`,
|
||||
// top: '50%',
|
||||
// transform: 'translate(-50%, -55%)',
|
||||
}}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user