Update logo location to use docs logos

This commit is contained in:
Isaac Bythewood
2019-12-08 21:02:49 +00:00
parent 6acb14be6b
commit 8b4053a8d9
6 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ from core.models import Pin, Image
def mock_requests_get(url, **kwargs):
response = mock.Mock(content=open('logo.png', 'rb').read())
response = mock.Mock(content=open('docs/src/imgs/logo-dark.png', 'rb').read())
return response