fix comment
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user