update challenge modal

This commit is contained in:
Tom (plebeius.eth)
2025-03-04 15:59:32 +01:00
parent 31c150fff4
commit d0a5e90907
2 changed files with 4 additions and 3 deletions
@@ -69,7 +69,7 @@ const Challenge = ({ challenge, closeModal }: ChallengeProps) => {
const [{ x, y }, api] = useSpring(() => ({
x: window.innerWidth / 2 - 150,
y: window.innerHeight / 2 - 400,
y: window.innerHeight / 2 - 200,
}));
const bind = useDrag(