Skip to content

Commit

Permalink
fix(cookie-clicker): css keyframes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
VodBox committed Jan 9, 2025
1 parent f519e30 commit 36af7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/channels/cookie-clicker/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export function ParticleAnimation(locationX: number, locationY: number) {
transform: rotate(20deg);
opacity: 0.2;
}
100%:{
100%{
left: ${locationX + 6 * flipped}%;
top: ${locationY + 3}%
transform: rotate(20deg);
Expand Down

0 comments on commit 36af7a6

Please sign in to comment.