Use correct asset URL for lndhub logo

This commit is contained in:
Râu Cao 2022-12-22 20:03:58 +07:00
parent 7802ea25e6
commit e0c400c007
Signed by: raucao
GPG Key ID: 15E65F399D084BA9

View File

@ -91,7 +91,7 @@ node.default['lndhub-go']['branding'] = {
'title' => 'LndHub - Kosmos Lightning', 'title' => 'LndHub - Kosmos Lightning',
'desc' => 'Kosmos accounts for the Lightning Network', 'desc' => 'Kosmos accounts for the Lightning Network',
'url' => 'https://lndhub.kosmos.org', 'url' => 'https://lndhub.kosmos.org',
'logo' => 'https://storage.5apps.com/basti/public/shares/221222-0955-icon-lndhub-400px.png', 'logo' => 'https://assets.kosmos.org/img/icon-lndhub-400px.png',
'favicon' => 'https://kosmos.org/favicon.ico', 'favicon' => 'https://kosmos.org/favicon.ico',
'footer' => 'about=https://kosmos.org' 'footer' => 'about=https://kosmos.org'
} }