Skip to content

Commit 0ce93c6

Browse files
authored
Merge pull request #1317 from Moadong/hotfix/delay-timetable
[hotfix] 공연시간 딜레이
2 parents 462a52e + 19284ee commit 0ce93c6

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

frontend/src/pages/FestivalPage/data/performances.ts

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ export const performances: Performance[] = [
1010
{
1111
id: 1,
1212
clubName: '터',
13-
startTime: '12:30',
14-
endTime: '13:00',
13+
startTime: '13:00',
14+
endTime: '13:30',
1515
songs: ['차선농악'],
1616
},
1717
{
1818
id: 2,
1919
clubName: '매니아',
20-
startTime: '13:00',
21-
endTime: '13:30',
20+
startTime: '13:30',
21+
endTime: '14:00',
2222
songs: [
2323
'Blur - Song 2',
2424
'OASIS - Supersonic',
@@ -29,8 +29,8 @@ export const performances: Performance[] = [
2929
{
3030
id: 3,
3131
clubName: '씨사운드',
32-
startTime: '13:30',
33-
endTime: '14:00',
32+
startTime: '14:00',
33+
endTime: '14:30',
3434
songs: [
3535
'Best part (feat. H.E.R) - Daniel Caesar, H.E.R.',
3636
'좋은 밤 좋은 꿈 - 너드커넥션',
@@ -41,8 +41,8 @@ export const performances: Performance[] = [
4141
{
4242
id: 4,
4343
clubName: '송웨이브',
44-
startTime: '14:00',
45-
endTime: '14:30',
44+
startTime: '14:30',
45+
endTime: '15:00',
4646
songs: [
4747
'Like my father - Jax',
4848
'오르트구름 - 윤하',
@@ -53,8 +53,8 @@ export const performances: Performance[] = [
5353
{
5454
id: 5,
5555
clubName: '쇳물결',
56-
startTime: '14:30',
57-
endTime: '15:00',
56+
startTime: '15:00',
57+
endTime: '15:30',
5858
songs: [
5959
"isn't she lovely",
6060
'사랑비 (어쿠)',
@@ -66,8 +66,8 @@ export const performances: Performance[] = [
6666
{
6767
id: 6,
6868
clubName: '테크니칼',
69-
startTime: '15:00',
70-
endTime: '15:30',
69+
startTime: '15:30',
70+
endTime: '16:00',
7171
songs: [
7272
'나는 나비 - yb',
7373
'Material Girl - the volunteers',
@@ -78,8 +78,8 @@ export const performances: Performance[] = [
7878
{
7979
id: 7,
8080
clubName: '모비딕스',
81-
startTime: '15:30',
82-
endTime: '16:00',
81+
startTime: '16:00',
82+
endTime: '16:30',
8383
songs: [
8484
'공중정원 - 보아',
8585
'러브홀릭 - 러브홀릭',
@@ -90,8 +90,8 @@ export const performances: Performance[] = [
9090
{
9191
id: 8,
9292
clubName: '한누리',
93-
startTime: '16:00',
94-
endTime: '16:30',
93+
startTime: '16:30',
94+
endTime: '17:00',
9595
songs: [
9696
'청춘 - Tokai',
9797
'Rules - 더 발룬티어스',
@@ -102,8 +102,8 @@ export const performances: Performance[] = [
102102
{
103103
id: 9,
104104
clubName: '네오쇼크',
105-
startTime: '16:30',
106-
endTime: '17:00',
105+
startTime: '17:00',
106+
endTime: '17:30',
107107
songs: [
108108
'샤랄라 - 세이마이네임',
109109
'404 (New Era) - 키키',
@@ -119,8 +119,8 @@ export const performances: Performance[] = [
119119
{
120120
id: 10,
121121
clubName: 'UCDC',
122-
startTime: '17:00',
123-
endTime: '17:30',
122+
startTime: '17:30',
123+
endTime: '18:00',
124124
songs: [
125125
'Locking',
126126
'르세라핌 - SPAGHETTI',
@@ -139,8 +139,8 @@ export const performances: Performance[] = [
139139
{
140140
id: 11,
141141
clubName: '보블리스',
142-
startTime: '17:30',
143-
endTime: '18:00',
142+
startTime: '18:00',
143+
endTime: '18:30',
144144
songs: [
145145
'우리는 로렐라이 언덕의 여인들',
146146
'Seasons of love',

0 commit comments

Comments
 (0)