Skip to content

Commit

Permalink
set variable type
Browse files Browse the repository at this point in the history
  • Loading branch information
BrightTheBackpack committed Nov 26, 2024
1 parent 8c1029c commit 304c362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
Heading,
Text,
} from 'theme-ui'
const fall = (rotationDirection) => keyframes`
const fall = ( rotationDirection: number) => keyframes`
from {
transform: translateY(-10%) rotate(0deg);
}
Expand Down

0 comments on commit 304c362

Please sign in to comment.