From 64e6ef624b77c8ae32968eb5a8342c7bfd6a8f14 Mon Sep 17 00:00:00 2001 From: Nathan Tarbert <66887028+NathanTarbert@users.noreply.github.com> Date: Thu, 16 Nov 2023 05:56:05 -0800 Subject: [PATCH] Remove SSK and Audit Logs star CTA from the layout --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 6c511671..e517ef45 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -32,7 +32,7 @@ module.exports = { announcementBar: { id: 'announcement-bar', content: - '⭐ Star Enterprise SSO on GitHub ⭐ Star Audit Logs on GitHub ⭐ Star SaaS Starter Kit on GitHub ', + '⭐ Star Enterprise SSO on GitHub', isCloseable: false, }, image: 'img/website-preview-image.png',