mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Apply final touches on notification banner for adnroid app
This commit is contained in:
parent
ee7cba3e19
commit
d700d1c5ac
|
@ -18,10 +18,10 @@ const config = {
|
||||||
announcementBar: {
|
announcementBar: {
|
||||||
id: 'play_store_workaround',
|
id: 'play_store_workaround',
|
||||||
content:
|
content:
|
||||||
'Android app unavailable in the Google Play Store store. Install by side-loading from <a href="https://github.com/meshtastic/Meshtastic-Android/releases">GitHub</a> or from <a href="https://www.amazon.com/Geeksville-Industries-Meshtastic/dp/B08CY9394Q">Amazon</a>.',
|
'Android app unavailable in the Google Play Store store. Install by <a href="/docs/software/android/android-installation">side-loading</a> from <a href="https://github.com/meshtastic/Meshtastic-Android/releases">GitHub</a> or from <a href="https://www.amazon.com/Geeksville-Industries-Meshtastic/dp/B08CY9394Q">Amazon</a>.',
|
||||||
backgroundColor: '#ff9999',
|
backgroundColor: '#ff9999',
|
||||||
textColor: '#091E42',
|
textColor: '#091E42',
|
||||||
isCloseable: false,
|
isCloseable: true,
|
||||||
},
|
},
|
||||||
navbar: {
|
navbar: {
|
||||||
title: "Meshtastic",
|
title: "Meshtastic",
|
||||||
|
|
Loading…
Reference in a new issue