Revert "Google Play availability and crash fix warning"

This reverts commit 51d032cccd.
This commit is contained in:
Alexander Borsuk 2021-10-15 08:46:02 +03:00
parent 106f7441b0
commit 09851812d5
2 changed files with 0 additions and 15 deletions

View file

@ -9,8 +9,6 @@ page_template: index.html
for travelers, tourists, hikers, and cyclists based on top of crowd-sourced
**OpenStreetMap** data and curated with love by **MapsWithMe** (**Maps.Me**) founders.
<div class="hiddenFromSearchEngines">.</div>
<p id='install'>
{{ badge(url='https://apps.apple.com/app/organic-maps/id1567437057', img='apple-appstore.svg', title='Install Organic Maps from the AppStore') }}

View file

@ -161,16 +161,3 @@ footer {
margin: 0 1em 0 1em;
}
}
.hiddenFromSearchEngines {
font-size: large;
margin: 1em 0 1em 0;
color: red;
// Ovewrites the default content of the div but it isn't supported by all browsers.
content: "The crash on the startup after Android update and the temporary app availability in Google Play Store should be fixed soon.";
}
.hiddenFromSearchEngines::before {
color: red;
// Places a hidden text above the div.
content: "The crash on the startup after Android update and the temporary app availability in Google Play Store should be fixed soon.";
}