Skip to content

Commit

Permalink
chore: change initial lat lgn to seolleung
Browse files Browse the repository at this point in the history
  • Loading branch information
hee-suh committed Oct 5, 2024
1 parent c357f3d commit 52fc074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hooks/use-user-geo-location.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import { allowUserPositionStorage } from '@/utils/storage'
// 구름: 37.4024068885376 127.101100614005
// 선릉: 37.5045028775835 127.048942471228
const INITIAL_LATITUDE_LONGITUDE = {
latitude: 37.49878379556736,
longitude: 127.02766127247847,
latitude: 37.5045028775835,
longitude: 127.048942471228,
}

const useUserGeoLocation = () => {
Expand Down

0 comments on commit 52fc074

Please sign in to comment.