From 5a283670e4b2166a5d12ad0f74bda9efbea31f27 Mon Sep 17 00:00:00 2001 From: "Wei-Hsiang (Matt) Wang" Date: Thu, 11 Apr 2024 13:25:18 +0800 Subject: [PATCH] chore: show sponsor section on index page --- store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/index.js b/store/index.js index e7c79f91a1..ae5ad194cd 100644 --- a/store/index.js +++ b/store/index.js @@ -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']