Skip to content

Commit

Permalink
feat(store.index): talks and tutorials toggle on
Browse files Browse the repository at this point in the history
  • Loading branch information
josix committed Jul 16, 2023
1 parent 7cf0666 commit fd9050c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ export const state = () => ({
showRegistrationPage: true,
showEventOverviewPage: false,
showEventsPage: true,
showConferencePage: false,
showConferencePage: true,
showVenuePage: true,
showIndexSponsorSection: true,
showIndexSecondaryBtn: true,
aboutHideItems: ['apacCommunity'], // ['pycontw', 'apacCommunity', 'history', 'community', 'codeOfConduct']
eventsHideItems: ['sprints', 'openSpaces'], // ['sprints', 'openSpaces', 'jobs']
conferenceHideItems: [], // ['keynotes', 'talks', 'tutorials', 'youngInspirers']
conferenceHideItems: ['keynotes', 'youngInspirers'], // ['keynotes', 'talks', 'tutorials', 'youngInspirers']
registrationHideItems: [], // ['tickets', 'financialAid']
venueHideItems: [], // ['venueInfo', 'accommodation']
},
Expand Down

0 comments on commit fd9050c

Please sign in to comment.