chore: lil fixes
This commit is contained in:
parent
e5de33bacf
commit
f2cc319d7a
|
@ -15,7 +15,7 @@ const decorate = compose(
|
|||
overflow: hidden;
|
||||
}
|
||||
.particle {
|
||||
will-change: transform;
|
||||
will-change: transform, opacity;
|
||||
}
|
||||
.particle .text {
|
||||
display: inline-block;
|
||||
|
@ -34,7 +34,7 @@ const decorate = compose(
|
|||
`),
|
||||
);
|
||||
|
||||
const DamageComponent = ({damageProton}) => {
|
||||
const DamageComponent = () => {
|
||||
return <div className="damage unselectable"></div>;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user