Skip to content

Commit 908993e

Browse files
authored
Merge pull request #559 from pycontw/feat/schedule
feat: open the schedule page
2 parents c1e09c8 + 47cb994 commit 908993e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

store/index.js

+4-5
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,16 @@ export const state = () => ({
1313
conferenceName: 'PyCon TW',
1414
conferenceYear: '2024',
1515
conferenceDate: '2024-09-21',
16-
showAboutStaffPage: true,
17-
showConferencePage: true,
16+
showSpeakingPage: true,
17+
showAboutStaffPage: false,
18+
showSchedulePage: true,
19+
showSponsorPage: true,
1820
showEventOverviewPage: true,
1921
showEventsPage: true,
2022
showIndexSecondaryBtn: true,
2123
showIndexSponsorSection: true,
2224
showProposalSystemPage: true,
2325
showRegistrationPage: true,
24-
showSchedulePage: false,
25-
showSpeakingPage: false,
26-
showSponsorPage: true,
2726
showVenuePage: true,
2827
aboutHideItems: ['apacCommunity'], // ['pycontw', 'apacCommunity', 'history', 'community', 'codeOfConduct']
2928
conferenceHideItems: ['panelDiscussion'], // ['keynotes', 'talks', 'tutorials', 'panelDiscussion']

0 commit comments

Comments
 (0)