mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 06:04:22 -08:00
Change verbage on notification banner and make full text link
This commit is contained in:
parent
80020a1bcc
commit
fa8ae1d3e3
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue