fix last outstanding .dif conversion

This commit is contained in:
Brian Beck 2025-12-16 23:42:45 -08:00
parent 8d015402bd
commit 6b23aefab6
26 changed files with 52 additions and 47 deletions

View file

@ -38,7 +38,7 @@ export function CopyCoordinatesButton({
setShowCopied(true);
timerRef.current = setTimeout(() => {
setShowCopied(false);
}, 1300);
}, 1100);
} catch (err) {
console.error(err);
}