Skip to content

Commit

Permalink
Changes to center And setCenter vals
Browse files Browse the repository at this point in the history
  • Loading branch information
JackCrawfordRobertson committed Jun 4, 2024
1 parent 3440e84 commit 9c227b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import ControlButtons from "../Map/MapNavigation/ControlButtons";
import ZoomFrontLoadScreen from "../StartingZoom/ZoomFrontLoadScreen"; // Ensure this path is correct

const App = () => {
const [ center, setCenter ] = useState([ 36.305, 34.27 ]); // Default center
const [ center, setCenter ] = useState([ 36.050, 34.27 ]); // Default center
const [ zoom, setZoom ] = useState(2); // Default zoom level for an "outer space" effect
const [ map, setMap ] = useState(null);
const [ isZoomCompleted, setIsZoomCompleted ] = useState(false);
Expand Down

0 comments on commit 9c227b1

Please sign in to comment.