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

@@ -131,10 +131,10 @@ function validateSlicePrice(event) {
}
/**
* Validate nodes by fetching data from ThreeFold Grid
* Validate nodes by fetching data from Mycelium Grid
*/
function validateNodes() {
console.log('🔍 Validating nodes from ThreeFold Grid');
console.log('🔍 Validating nodes from Mycelium Grid');
// Prevent validation if nodes are being added
const addBtn = document.getElementById('addNodesBtn');