use current version of logo for manifest icon (#2010)
This commit is contained in:
@@ -348,7 +348,7 @@ async def manifest(request: Request, usr: str):
|
|||||||
"src": (
|
"src": (
|
||||||
settings.lnbits_custom_logo
|
settings.lnbits_custom_logo
|
||||||
if settings.lnbits_custom_logo
|
if settings.lnbits_custom_logo
|
||||||
else "https://cdn.jsdelivr.net/gh/lnbits/lnbits@0.3.0/docs/logos/lnbits.png"
|
else "https://cdn.jsdelivr.net/gh/lnbits/lnbits@main/docs/logos/lnbits.png"
|
||||||
),
|
),
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"sizes": "900x900",
|
"sizes": "900x900",
|
||||||
|
|||||||
Reference in New Issue
Block a user