From 8c0587db4fc1b8d47947dfb8e4c9192f4371ec56 Mon Sep 17 00:00:00 2001 From: svyeh Date: Fri, 30 Aug 2024 23:10:28 +0800 Subject: [PATCH] feat(staff): switch off Switch off temporary as it's not ready yet. --- store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/index.js b/store/index.js index bcee71c560..92bcf1f153 100644 --- a/store/index.js +++ b/store/index.js @@ -13,7 +13,7 @@ export const state = () => ({ conferenceName: 'PyCon TW', conferenceYear: '2024', conferenceDate: '2024-09-21', - showAboutStaffPage: true, + showAboutStaffPage: false, showConferencePage: true, showEventOverviewPage: true, showEventsPage: true,