1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

appstore: favicon

This commit is contained in:
Alexandre Aubin 2023-08-21 19:30:28 +02:00
parent 67f03a8ac7
commit b18ca28884
2 changed files with 1 additions and 1 deletions

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB