Change verbage on notification banner and make full text link

This commit is contained in:
KrazyKerbalnaut 2021-11-09 14:17:15 -07:00
parent 80020a1bcc
commit fa8ae1d3e3

View file

@ -16,9 +16,9 @@ const config = {
respectPrefersColorScheme: true, respectPrefersColorScheme: true,
}, },
announcementBar: { announcementBar: {
id: 'support_us', id: 'play_store_workaround',
content: content:
'Android app unavailable in the Google Play Store store. Please check out installing manually by side-loading or using the Amazon Apps method <a href="/docs/software/android/android-installation" href="#">here</a>', '<a href="/docs/software/android/android-installation" href="#">Android app unavailable in the Google Play Store store. Install by side-loading from git-hub or from Amazon Apps.</a>',
backgroundColor: '#ff9999', backgroundColor: '#ff9999',
textColor: '#091E42', textColor: '#091E42',
isCloseable: false, isCloseable: false,