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:
archipelago
2026-07-01 14:41:15 -04:00
parent 7d2ac1f842
commit ed95d54ffe
8 changed files with 6 additions and 27 deletions
@@ -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,