Skip to content

Commit 935fc85

Browse files
committed
fix: 홈에서 불필요한 항목 제거, 행사 시간 개행 추가
1 parent 570ad52 commit 935fc85

4 files changed

Lines changed: 3 additions & 5 deletions

File tree

src/components/Hero.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@
150150
font-weight: 700;
151151
color: #1e1b4b;
152152
line-height: 1.4;
153+
white-space: pre-line;
153154
}
154155

155156
.info-sub {

src/components/Hero.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ function Hero() {
5050
<div className="info-box-text">
5151
<span className="info-label">{t("locationLabel")}</span>
5252
<span className="info-value">{t("heroLocation")}</span>
53-
<span className="info-sub">{t("heroLocationSub")}</span>
5453
</div>
5554
</div>
5655
</div>

src/locales/en/translation.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@
5151
"analyticsNote": "This site uses Google Analytics to collect anonymous visit statistics.",
5252

5353
"heroSubtitle": "The Python Wave in Busan",
54-
"heroDate": "May 9, 2026 (Sat) 10:00 – 18:30",
54+
"heroDate": "May 9, 2026 (Sat)\n10:00 – 18:30",
5555
"heroLocation": "Busan Centum Venture Town",
56-
"heroLocationSub": "Centum, Busan",
5756
"dateLabel": "Date",
5857
"locationLabel": "Venue",
5958
"sessionList": "Session List",

src/locales/kr/translation.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@
5050
"analyticsNote": "이 사이트는 Google Analytics로 방문 현황을 익명 수집합니다.",
5151

5252
"heroSubtitle": "부산에서 만나는 파이썬의 물결",
53-
"heroDate": "2026년 5월 9일 (토) 10:00 – 18:30",
53+
"heroDate": "2026년 5월 9일 (토)\n10:00 – 18:30",
5454
"heroLocation": "부산 센텀벤처타운",
55-
"heroLocationSub": "Centum, Busan",
5655
"dateLabel": "일시",
5756
"locationLabel": "장소",
5857
"sessionList": "발표 목록",

0 commit comments

Comments
 (0)