diff --git a/components/dashboard/Globe.tsx b/components/dashboard/Globe.tsx index e9bf0b7..acebe47 100644 --- a/components/dashboard/Globe.tsx +++ b/components/dashboard/Globe.tsx @@ -6,7 +6,7 @@ import { useMotionValue, useSpring } from 'framer-motion' import { useTheme } from '@ciphera-net/ui' import { countryCentroids } from '@/lib/country-centroids' -const MOVEMENT_DAMPING = 1400 +const MOVEMENT_DAMPING = 3000 interface GlobeProps { data: Array<{ country: string; pageviews: number }> @@ -109,8 +109,8 @@ export default function Globe({ data, className }: GlobeProps) { }, [rs, markers, isDark]) return ( -