fix(icons): remove remaining electrs icon references, use electrumx.png

GoalDetail.vue, EasyHome.vue, and the backend's docker_packages.rs
metadata still pointed electrs-family app ids at the old electrs
icon (svg). Point them at electrumx.png like every other reference,
and delete the now-unused electrs.svg asset.
This commit is contained in:
archipelago
2026-07-01 14:48:14 -04:00
parent ed95d54ffe
commit 4c3aa8cc8e
5 changed files with 8 additions and 21 deletions
+2 -1
View File
@@ -180,7 +180,8 @@ const APP_ICON_MAP: Record<string, string> = {
nextcloud: '/assets/img/app-icons/nextcloud.webp',
fedimint: '/assets/img/app-icons/fedimint.png',
mempool: '/assets/img/app-icons/mempool.webp',
electrs: '/assets/img/app-icons/electrs.svg',
electrs: '/assets/img/app-icons/electrumx.png',
electrumx: '/assets/img/app-icons/electrumx.png',
}
function stepIconUrl(step: GoalStep): string | undefined {