chore(assets): replace lnd icon svg with png
lnd.svg no longer exists; every reference now points at lnd.png.
This commit is contained in:
@@ -168,7 +168,7 @@ export function getCuratedAppList(): MarketplaceApp[] {
|
||||
title: 'LND',
|
||||
version: '0.18.4',
|
||||
description: 'Lightning Network Daemon. Fast and cheap Bitcoin payments through the Lightning Network.',
|
||||
icon: '/assets/img/app-icons/lnd.svg',
|
||||
icon: '/assets/img/app-icons/lnd.png',
|
||||
author: 'Lightning Labs',
|
||||
dockerImage: `${REGISTRY}/lnd:v0.18.4-beta`,
|
||||
manifestUrl: undefined,
|
||||
|
||||
Reference in New Issue
Block a user