mirror of
https://github.com/pinry/pinry.git
synced 2025-11-13 08:35:41 +01:00
Update logo location to use docs logos
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user