mirror of
https://github.com/pinry/pinry.git
synced 2025-11-14 00:55:43 +01:00
Update logo location to use docs logos
This commit is contained in:
@@ -9,7 +9,7 @@ from .models import User
|
||||
|
||||
|
||||
def mock_requests_get(url, headers=None):
|
||||
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