Skip to content

Commit

Permalink
Merge pull request #505 from pycontw/chore/show-index-sponsor-section
Browse files Browse the repository at this point in the history
chore: show sponsor section on index page
  • Loading branch information
SivanYeh authored Apr 13, 2024
2 parents 16c84b0 + 5a28367 commit 3004039
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 @@ -23,7 +23,7 @@ export const state = () => ({
showConferencePage: false,
showVenuePage: false,
showProposalSystemPage: true,
showIndexSponsorSection: false,
showIndexSponsorSection: true,
showIndexSecondaryBtn: false,
aboutHideItems: ['apacCommunity'], // ['pycontw', 'apacCommunity', 'history', 'community', 'codeOfConduct']
eventsHideItems: [], // ['sprints', 'openSpaces', 'jobs']
Expand Down

0 comments on commit 3004039

Please sign in to comment.