fix: consolidate IndeedHub icon to indeedhub.png and fix all references

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-15 04:01:58 +00:00
parent a42e922000
commit fdf9415786
6 changed files with 5 additions and 5 deletions

View File

@@ -515,7 +515,7 @@ export const dummyApps: Record<string, PackageDataEntry> = {
'static-files': {
license: 'MIT',
instructions: 'Decentralized media streaming platform',
icon: '/assets/img/app-icons/indeehub.ico'
icon: '/assets/img/app-icons/indeedhub.png'
},
manifest: {
id: 'indeedhub',

View File

@@ -910,7 +910,7 @@ function getCuratedAppList() {
title: 'Indeehub',
version: '0.1.0',
description: 'Bitcoin documentary streaming platform with Nostr identity sign-in. Stream God Bless Bitcoin and other educational content about sovereignty and decentralized technology.',
icon: '/assets/img/app-icons/indeehub.ico',
icon: '/assets/img/app-icons/indeedhub.png',
author: 'Indeehub Team',
dockerImage: 'localhost/indeedhub:latest',
manifestUrl: undefined,