Skip to content

Commit

Permalink
Merge pull request #545 from pycontw/feat/ticket-btn
Browse files Browse the repository at this point in the history
feat(reg/tickets): btn switch to selling
  • Loading branch information
SivanYeh authored Jun 16, 2024
2 parents e7f3c72 + f7c1184 commit 4f15bc9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions configs/pageTickets.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const ticketInfoConfig = [
'lunchBoxAndDesserts',
'conferencePass',
],
statusI18nKey: ticketSellingStatus.COMING_SOON,
statusI18nKey: ticketSellingStatus.SELLING,
link: pageLinks.kktixIndividual2024,
},
{
Expand All @@ -62,7 +62,7 @@ export const ticketInfoConfig = [
'conferencePass',
'earlyRegularStageTShirt',
],
statusI18nKey: ticketSellingStatus.COMING_SOON,
statusI18nKey: ticketSellingStatus.SELLING,
link: pageLinks.kktixIndividual2024,
},
{
Expand All @@ -75,7 +75,7 @@ export const ticketInfoConfig = [
'conferencePass',
'tShirt',
],
statusI18nKey: ticketSellingStatus.COMING_SOON,
statusI18nKey: ticketSellingStatus.SELLING,
link: pageLinks.kktixIndividual2024,
},
{
Expand All @@ -97,7 +97,7 @@ export const ticketInfoConfig = [
'lunchBoxAndDesserts',
'conferencePass',
],
statusI18nKey: ticketSellingStatus.COMING_SOON,
statusI18nKey: ticketSellingStatus.SELLING,
link: pageLinks.kktixCorporate2024,
},
{
Expand All @@ -117,7 +117,7 @@ export const ticketInfoConfig = [
'conferencePass',
'groupBuyApply',
],
statusI18nKey: ticketSellingStatus.COMING_SOON,
statusI18nKey: ticketSellingStatus.APPLY,
link: pageLinks.groupBuyCorporateTicketsForm,
},
]

0 comments on commit 4f15bc9

Please sign in to comment.