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
@@ -382,7 +382,7 @@ fn get_app_metadata(app_id: &str) -> AppMetadata {
"lnd" | "lightning-stack" => AppMetadata {
title: "LND".to_string(),
description: "Lightning Network Daemon".to_string(),
icon: "/assets/img/app-icons/lnd.svg".to_string(),
icon: "/assets/img/app-icons/lnd.png".to_string(),
repo: "https://github.com/lightningnetwork/lnd".to_string(),
tier: "",
},