appstore: favicon
This commit is contained in:
@ -70,7 +70,7 @@ app.secret_key = ''.join([str(random.randint(0, 9)) for i in range(99)])
|
||||
|
||||
@app.route('/favicon.ico')
|
||||
def favicon():
|
||||
return send_from_directory('assets', 'ynh_logo_packaging.png')
|
||||
return send_from_directory('assets', 'favicon.png')
|
||||
|
||||
|
||||
@app.route('/login_using_discourse')
|
||||
|
BIN
store/assets/favicon.png
Normal file
BIN
store/assets/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Reference in New Issue
Block a user