From 5a876e3ab576625379e5a97a4a63dedf1800fd37 Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Mon, 13 Jan 2025 16:24:05 -0500 Subject: [PATCH] Remove announcement banner for Nov 2024 survey --- src/stores/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/main.js b/src/stores/main.js index 6e51d6a5..9aeb2b88 100644 --- a/src/stores/main.js +++ b/src/stores/main.js @@ -66,7 +66,7 @@ export const useMain = defineStore('main', { /** * Whether to show the annoucement banner on pages */ - doShowAnnoucementBanner: true, + doShowAnnoucementBanner: false, /** * Accepted values for the _objectTypePlural route */