Skip to content

Commit

Permalink
Merge pull request #577 from tyuchx/style/change_r0_room_name
Browse files Browse the repository at this point in the history
style: Change the R0 room name to PSF Hall in 2024
  • Loading branch information
SivanYeh authored Aug 30, 2024
2 parents b6fb7c0 + b630526 commit c1e09c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/events/SpeechCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default {
},
},
locationMapping: {
'4-r0': 'R0',
'4-r0': 'PSF Hall',
'5-r1': 'R1',
'6-r2': 'R2',
'1-r3': 'R3',
Expand Down
2 changes: 1 addition & 1 deletion components/schedule/ScheduleRoom.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {
computed: {
name() {
return {
'4-r0': 'R0',
'4-r0': 'PSF Hall',
'5-r1': 'R1',
'6-r2': 'R2',
'1-r3': 'R3',
Expand Down

0 comments on commit c1e09c8

Please sign in to comment.