- minor tweaks on zoom and navigation arrow
This commit is contained in:
@@ -8,8 +8,8 @@ import SightingOverview from "../SightingOverview/SightingOverview";
|
||||
const FrontCameraOverviewCard = () => {
|
||||
const navigate = useNavigate();
|
||||
const handlers = useSwipeable({
|
||||
onSwipedRight: () => navigate("/camera-settings"),
|
||||
onSwipedLeft: () => navigate("/rear-camera-settings"),
|
||||
onSwipedRight: () => navigate("/a-camera-settings"),
|
||||
onSwipedLeft: () => navigate("/b-camera-settings"),
|
||||
trackMouse: true,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user