From 87c2e3e07fc8af6933d973b73c8dd63cfcaeda98 Mon Sep 17 00:00:00 2001 From: Rhys Lloyd Date: Fri, 26 Dec 2025 21:24:17 -0800 Subject: [PATCH] fix comment --- web/src/app/mapfixes/[mapfixId]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/app/mapfixes/[mapfixId]/page.tsx b/web/src/app/mapfixes/[mapfixId]/page.tsx index 79a87c3..4923c4e 100644 --- a/web/src/app/mapfixes/[mapfixId]/page.tsx +++ b/web/src/app/mapfixes/[mapfixId]/page.tsx @@ -121,7 +121,7 @@ export default function MapfixDetailsPage() { }; - // cycle before and after images every 1.5 seconds + // cycle before and after images every 2 seconds useEffect(() => { const interval = setInterval(() => { setShowBeforeImage((prev) => !prev);