use current version of logo for manifest icon (#2010)
This commit is contained in:
parent
6e5fbb92e8
commit
c1b3938d5d
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ async def manifest(request: Request, usr: str):
|
|||
"src": (
|
||||
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",
|
||||
"sizes": "900x900",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue