diff --git a/src/frontend/images/grey-map-icon.svg b/src/frontend/images/grey-map-icon.svg
new file mode 100644
index 000000000..7e2168898
--- /dev/null
+++ b/src/frontend/images/grey-map-icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/frontend/sharedComponents/LogoWithErrorIcon.tsx b/src/frontend/sharedComponents/LogoWithErrorIcon.tsx
index 2edc5b8aa..e588ba78e 100644
--- a/src/frontend/sharedComponents/LogoWithErrorIcon.tsx
+++ b/src/frontend/sharedComponents/LogoWithErrorIcon.tsx
@@ -1,12 +1,25 @@
+import React from 'react';
import {View} from 'react-native';
-import CoMapeoLogo from '../images/CoMapeoLogo.svg';
+import GreyMap from '../images/grey-map-icon.svg';
import ErrorIcon from '../images/Error.svg';
import {ViewStyleProp} from '../sharedTypes';
export const LogoWithErrorIcon = ({style}: {style?: ViewStyleProp}) => {
return (
-
-
+
+