- minor tweaks on zoom and navigation arrow
This commit is contained in:
@@ -13,7 +13,7 @@ type CardProps = React.HTMLAttributes<HTMLDivElement>;
|
||||
const RearCameraOverviewCard = ({ className }: CardProps) => {
|
||||
const navigate = useNavigate();
|
||||
const handlers = useSwipeable({
|
||||
onSwipedLeft: () => navigate("/rear-camera-settings"),
|
||||
onSwipedLeft: () => navigate("/b-camera-settings"),
|
||||
trackMouse: true,
|
||||
});
|
||||
const { mostRecent } = useSightingFeedContext();
|
||||
|
||||
Reference in New Issue
Block a user