Skip to content

Commit

Permalink
Merge pull request #552 from rockleona/feat/sprint-2024
Browse files Browse the repository at this point in the history
feat(event/overview): edit sprint to post-event activity
  • Loading branch information
SivanYeh authored Jul 13, 2024
2 parents 61c032c + 63fcefb commit e02b015
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions i18n/events/overview.i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export default genI18nMessages({
speech: 'Speech',
podcast: 'Podcast',
activity: 'Activity',
post_event: 'Post-Event Activity',
},
},
'zh-hant': {
Expand Down Expand Up @@ -165,6 +166,7 @@ export default genI18nMessages({
speech: '大會演講',
podcast: '線上廣播',
activity: '會中活動',
post_event: '會後活動',
},
},
})
2 changes: 1 addition & 1 deletion pages/events/overview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default {
eventInfos: [
{
tag: 'sprint',
eventTag: 'warmup',
eventTag: 'post_event',
tagColor: 'orange',
imgUrl: require('~/static/img/events/overview/sprint.png'),
imgAlt: 'Sprint',
Expand Down

0 comments on commit e02b015

Please sign in to comment.