feat: rename Project Mycelium to Mycelium Marketplace across codebase and UI

This commit is contained in:
mik-tf
2025-09-08 13:56:17 -04:00
parent c054ceb24d
commit 1028ea8c43
74 changed files with 288 additions and 288 deletions

View File

@@ -7,7 +7,7 @@ use crate::services::{
/// Service factory for single source of truth service instantiation
///
/// This factory consolidates repeated service instantiations throughout
/// the Project Mycelium codebase, focusing on persistent data access
/// the Mycelium Marketplace codebase, focusing on persistent data access
/// and eliminating mock data usage in favor of user_data/ directory.
///
/// Usage: