Skip to content

Commit

Permalink
keynotes toggled on
Browse files Browse the repository at this point in the history
  • Loading branch information
josix committed Aug 5, 2023
1 parent 033f34d commit 1909788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const state = () => ({
showIndexSecondaryBtn: true,
aboutHideItems: ['apacCommunity'], // ['pycontw', 'apacCommunity', 'history', 'community', 'codeOfConduct']
eventsHideItems: ['openSpaces'], // ['sprints', 'openSpaces', 'jobs']
conferenceHideItems: ['keynotes', 'youngInspirers'], // ['keynotes', 'talks', 'tutorials', 'youngInspirers']
conferenceHideItems: ['youngInspirers'], // ['keynotes', 'talks', 'tutorials', 'youngInspirers']
registrationHideItems: [], // ['tickets', 'financialAid']
venueHideItems: [], // ['venueInfo', 'accommodation']
},
Expand Down

0 comments on commit 1909788

Please sign in to comment.