Skip to content

Commit

Permalink
Merge branch 'update-docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungJL committed Apr 15, 2024
2 parents b5c7f5b + 7bb5df4 commit f8917d8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,6 @@ export const STUDY_CAFE_LOGO: { [key in string]: string } = {
"https://studyabout.s3.ap-northeast-2.amazonaws.com/%EC%B9%B4%ED%8E%98+%EB%A1%9C%EA%B3%A0/%EC%96%B4%EB%B0%94%EC%9B%83.jpg",
READSTREET:
"https://studyabout.s3.ap-northeast-2.amazonaws.com/%EC%B9%B4%ED%8E%98+%EB%A1%9C%EA%B3%A0/%EC%8A%A4%ED%8A%B8%EB%A6%AC%ED%8A%B8+%EB%A1%9C%EA%B3%A0.png",
마르티:
"https://studyabout.s3.ap-northeast-2.amazonaws.com/%EC%B9%B4%ED%8E%98+%EB%A1%9C%EA%B3%A0/%EB%A7%88%EB%A5%B4%ED%8B%B0+%EB%A1%9C%EA%B3%A0.png",
};
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ import {
INC_송도,
INC_송도DT,
INC_인하대,
SUWAN_광교,
SUWAN_워터쿨러,
YANG_목동점,
YANG_발산역,
} from "../../../storage/study";
import { ActiveLocation } from "../../../types/services/locationTypes";
import {
Expand Down Expand Up @@ -95,6 +98,7 @@ export const LOCATION_TO_PLACE: LocationToPlace = {
SUWAN_광교중앙역,
SUWAN_망포역,
SUWAN_워터쿨러,
SUWAN_광교,
],
양천: [
YANG_이디야,
Expand All @@ -110,6 +114,8 @@ export const LOCATION_TO_PLACE: LocationToPlace = {
YANG_자유신청,
YANG_신월동,
YANG_당산역,
YANG_목동점,
YANG_발산역,
],
안양: [
ANYANG_숨맑은집,
Expand Down
3 changes: 2 additions & 1 deletion constants/settingValue/study/StudyCafeLogo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,6 @@ export const STUDY_CAFE_LOGO = {
"https://studyabout.s3.ap-northeast-2.amazonaws.com/%EC%B9%B4%ED%8E%98+%EB%A1%9C%EA%B3%A0/%EB%94%94%EC%A1%B8%EB%B8%8C.jpg",
카페칸나:
"https://studyabout.s3.ap-northeast-2.amazonaws.com/%EC%B9%B4%ED%8E%98+%EB%A1%9C%EA%B3%A0/%EC%B9%B8%EB%82%98.webp",

마르티:
"https://studyabout.s3.ap-northeast-2.amazonaws.com/%EC%B9%B4%ED%8E%98+%EB%A1%9C%EA%B3%A0/%EB%A7%88%EB%A5%B4%ED%8B%B0+%EB%A1%9C%EA%B3%A0.png",
};

0 comments on commit f8917d8

Please sign in to comment.