Skip to content

Commit 2e172cc

Browse files
authored
Merge pull request #141 from geulDa/refactor/#135/web-app-accessibility
Fix: video load 장소이름 변경
2 parents ff3dd19 + f9620cb commit 2e172cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/pages/main/node/[placeId].tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ const Node = () => {
7878
getLocation(
7979
(pos) => {
8080
const body = {
81-
latitude: 37.48585193654532,
82-
longitude: 126.80355242431538,
81+
latitude: 37.52146604044732,
82+
longitude: 126.76740151260397,
8383
// 실제 위치 사용 시:
8484
// latitude: pos.coords.latitude,
8585
// longitude: pos.coords.longitude,

src/shared/constants/main/videoLocations.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const VIDEO_LOCATIONS: VideoLocation[] = [
1212
description: "학생들의 창의적인 활동과 휴식을 위한 복합 문화 공간입니다.",
1313
},
1414
{
15-
label: "부천자유시장",
15+
label: "부천 자유시장",
1616
videoSrc: "https://geulda-ai-video-bucket.s3.ap-southeast-2.amazonaws.com/upload/jayuMarket.mp4",
1717
description: "부천의 전통과 활기가 살아있는 재래시장입니다.",
1818
},
@@ -42,7 +42,7 @@ export const VIDEO_LOCATIONS: VideoLocation[] = [
4242
description: "봄이면 진달래가 만발하는 아름다운 산책로입니다.",
4343
},
4444
{
45-
label: "중도",
45+
label: "중앙도서관",
4646
videoSrc: "https://geulda-ai-video-bucket.s3.ap-southeast-2.amazonaws.com/upload/centralLibrary.mp4",
4747
description: "가톨릭대학교의 중앙도서관으로, 지식의 보물창고입니다.",
4848
},

0 commit comments

Comments
 (0)