Time set to 1000

This commit is contained in:
jubitjohn 2023-06-19 11:55:27 +05:30
parent 4878719268
commit 2f071a59da

View file

@ -346,7 +346,7 @@ export default function Gallery() {
const delayRouteChange = () => {
setTimeout(() => {
router.push(href, undefined, { shallow: true });
}, 500);
}, 1000);
};
delayRouteChange();