added promo string to ftl & updated deps
This commit is contained in:
parent
c800257678
commit
e7964c03ed
6 changed files with 1500 additions and 1386 deletions
|
@ -10,7 +10,6 @@ function banner(state) {
|
|||
const show =
|
||||
!state.capabilities.standalone &&
|
||||
!/firefox/i.test(navigator.userAgent) &&
|
||||
document.querySelector('html').lang.startsWith('en') &&
|
||||
!state.route.startsWith('/unsupported/');
|
||||
if (show) {
|
||||
return state.cache(Promo, 'promo').render();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue