Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Oct 17, 2024
1 parent 492767d commit 2e58fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/maps.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function MapsPage({ }) {
}, []);

const handleMapClick = (map) => {
router.push(`/map/${map.slug}`);
router.push(`/map?s=${map.slug}`);
};

return (
Expand Down

0 comments on commit 2e58fc3

Please sign in to comment.