diff --git a/public/api/v2/me b/public/api/v2/me
index fcf166f76..614b3db6e 100644
--- a/public/api/v2/me
+++ b/public/api/v2/me
@@ -1,6 +1,6 @@
{
"id": "mockUser",
- "photo": "https://1.gravatar.com/avatar/767fc9c115a1b989744c755db47feb60?s=200&r=pg&d=mp",
+ "photo": "/avatar.png",
"name": "Test",
"status": "ok",
"provider": "internal"
diff --git a/public/avatar.png b/public/avatar.png
new file mode 100644
index 000000000..2310e17cd
Binary files /dev/null and b/public/avatar.png differ
diff --git a/src/components/editor/document-bar/connection-indicator/connection-indicator.tsx b/src/components/editor/document-bar/connection-indicator/connection-indicator.tsx
index 99734d6a1..b9be3a3b0 100644
--- a/src/components/editor/document-bar/connection-indicator/connection-indicator.tsx
+++ b/src/components/editor/document-bar/connection-indicator/connection-indicator.tsx
@@ -14,10 +14,10 @@ const ConnectionIndicator: React.FC = () => {
-
+
-
+
diff --git a/src/components/editor/document-bar/document-info/document-info-button.tsx b/src/components/editor/document-bar/document-info/document-info-button.tsx
index 19a5b3614..0c5132d6f 100644
--- a/src/components/editor/document-bar/document-info/document-info-button.tsx
+++ b/src/components/editor/document-bar/document-info/document-info-button.tsx
@@ -27,14 +27,14 @@ export const DocumentInfoButton: React.FC = () => {
mode={DocumentInfoLineWithTimeMode.CREATED}
time={ moment().subtract(11, 'days') }
userName={'Tilman'}
- profileImageSrc={'https://1.gravatar.com/avatar/767fc9c115a1b989744c755db47feb60?s=200&r=pg&d=mp'}/>
+ profileImageSrc={'/avatar.png'}/>
+ profileImageSrc={'/avatar.png'}/>