feat: rename ThreeFold to Mycelium in copyright, docs, specs, and UI across codebase

This commit is contained in:
mik-tf
2025-09-08 13:45:02 -04:00
parent 8d66810688
commit c054ceb24d
22 changed files with 146 additions and 146 deletions

View File

@@ -122,7 +122,7 @@ async fn test_complete_public_access_ux_workflow() {
println!(" About page content accessible: {}", content);
assert!(!content.is_empty(), "About content should be meaningful");
}
println!(" 🌍 ThreeFold ecosystem overview provided");
println!(" 🌍 Mycelium ecosystem overview provided");
println!(" 🏢 Company information and background accessible");
println!("✅ About Page Access: WORKING - Complete company information accessible");
}, &mut failures);
@@ -132,7 +132,7 @@ async fn test_complete_public_access_ux_workflow() {
let contact_methods = vec![
("email", "support@threefold.io"),
("telegram", "@threefold_support"),
("discord", "ThreeFold Community"),
("discord", "Mycelium Community"),
("github", "threefoldtech"),
("documentation", "manual.grid.tf"),
];