Remove unused spin animation
cgen-d6502c6a34444bd99f34cfd847410585
This commit is contained in:
parent
0e1c98406a
commit
edadb76aaa
1 changed files with 0 additions and 10 deletions
|
|
@ -167,16 +167,6 @@ export default function ArmSwitcher() {
|
|||
/>
|
||||
</div>
|
||||
|
||||
<style>{`
|
||||
@keyframes spin {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
`}</style>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue