diff --git a/public/img/uptime.png b/public/img/uptime.png index a6b3c9df..ea76141b 100644 Binary files a/public/img/uptime.png and b/public/img/uptime.png differ diff --git a/public/locales/cs/common.json b/public/locales/cs/common.json index ecc0fb82..92c2672f 100644 --- a/public/locales/cs/common.json +++ b/public/locales/cs/common.json @@ -15,6 +15,7 @@ "osm-wiki": "OSM Wiki", "email": "E-mail", "copyright": "Copyright © {{year}} MapSwipe", + "uptime-pretext": "", "privacy": "Soukromí", "mapswipe-logo": "Mapswipe Logo", "didnot-find-language": "Přidat chybějící jazyk", diff --git a/public/locales/de/common.json b/public/locales/de/common.json index 10a15ce5..c8abd652 100644 --- a/public/locales/de/common.json +++ b/public/locales/de/common.json @@ -15,6 +15,7 @@ "osm-wiki": "OSM Wiki", "email": "Email", "copyright": "Copyright © {{year}} MapSwipe", + "uptime-pretext": "", "privacy": "Datenschutz", "mapswipe-logo": "Mapswipe Logo", "didnot-find-language": "Fehlende Sprache hinzufügen", diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 67215c6e..577b18a5 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -15,6 +15,7 @@ "osm-wiki": "OSM Wiki", "email": "Email", "copyright": "Copyright © {{year}} MapSwipe", + "uptime-pretext": "System status monitored by", "privacy": "Privacy", "mapswipe-logo": "Mapswipe Logo", "didnot-find-language": "Add missing language", diff --git a/public/locales/hu/common.json b/public/locales/hu/common.json index 168f1583..3e27e87c 100644 --- a/public/locales/hu/common.json +++ b/public/locales/hu/common.json @@ -15,6 +15,7 @@ "osm-wiki": "OSM Wiki", "email": "E-mail", "copyright": "Copyright © {{year}} MapSwipe", + "uptime-pretext": "", "privacy": "Adatvédelem", "mapswipe-logo": "Mapswipe logo", "didnot-find-language": "Hiányzó nyelv hozzáadása", diff --git a/public/locales/ne/common.json b/public/locales/ne/common.json index 299499e7..1f993929 100644 --- a/public/locales/ne/common.json +++ b/public/locales/ne/common.json @@ -15,6 +15,7 @@ "osm-wiki": "OSM Wiki", "email": "इमेल", "copyright": "प्रतिलिपि अधिकार © {{year}} MapSwipe", + "uptime-pretext": "", "privacy": "गोपनीयता", "mapswipe-logo": "Mapswipe लोगो", "didnot-find-language": "छुटेको भाषा थप्नुहोस्", diff --git a/public/locales/pt/common.json b/public/locales/pt/common.json index 0b88f6cb..f3ead0bf 100644 --- a/public/locales/pt/common.json +++ b/public/locales/pt/common.json @@ -15,6 +15,7 @@ "osm-wiki": "Wiki OSM", "email": "Email", "copyright": "Direitos de autor © {{year}} MapSwipe", + "uptime-pretext": "", "privacy": "Privacidade", "mapswipe-logo": "Logótipo Mapswipe", "didnot-find-language": "Adicionar idioma em falta", diff --git a/src/components/Footer/index.tsx b/src/components/Footer/index.tsx index bf03c275..c0c4e4ff 100644 --- a/src/components/Footer/index.tsx +++ b/src/components/Footer/index.tsx @@ -14,6 +14,7 @@ import { } from 'react-icons/io5'; import Heading from 'components/Heading'; +import ImageWrapper from 'components/ImageWrapper'; import styles from './styles.module.css'; @@ -143,6 +144,19 @@ function Footer(props: Props) {