website refactor
This commit is contained in:
@@ -270,7 +270,7 @@ function AnimatedPoints({
|
||||
weight="bold"
|
||||
color="text-white"
|
||||
>
|
||||
{shouldReduceMotion ? points : <Stack as={motion.span}>{spring}</Stack>}
|
||||
{shouldReduceMotion ? points : <motion.span>{spring}</motion.span>}
|
||||
</Stack>
|
||||
</Stack>
|
||||
</Stack>
|
||||
|
||||
Reference in New Issue
Block a user