From ee7cba3e191dfdcab5679189111a1588340b1826 Mon Sep 17 00:00:00 2001 From: KrazyKerbalnaut Date: Tue, 9 Nov 2021 15:46:42 -0700 Subject: [PATCH] Change verbage on banner regarding android app to point to installation method. --- 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 7f8bce5a..682f7535 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -18,7 +18,7 @@ const config = { announcementBar: { id: 'play_store_workaround', content: - 'Android app unavailable in the Google Play Store store. Install by side-loading from git-hub or from Amazon Apps.', + 'Android app unavailable in the Google Play Store store. Install by side-loading from GitHub or from Amazon.', backgroundColor: '#ff9999', textColor: '#091E42', isCloseable: false,