From 34f7e8561fb9cedd1baaaeb7045c857fc60ef51b Mon Sep 17 00:00:00 2001 From: Jason Karlavige Date: Thu, 1 Feb 2024 09:59:16 -0500 Subject: [PATCH] Update docs banner Updates docs banner text to change "weekly" to "bi-weekly" --- website/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index b4b758e7744..d1cb02203d9 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -71,7 +71,7 @@ var siteSettings = { }, announcementBar: { id: "biweekly-demos", - content: "Join our weekly demos and see dbt Cloud in action!", + content: "Join our bi-weekly demos and see dbt Cloud in action!", backgroundColor: "#047377", textColor: "#fff", isCloseable: true,