feat: rename ThreeFold to Mycelium in copyright, docs, specs, and UI across codebase
This commit is contained in:
@@ -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"),
|
||||
];
|
||||
|
Reference in New Issue
Block a user