diff --git a/package.json b/package.json index ea4a4e6..590f7ef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "spore-ui", "version": "1.0.0", - "description": "## TODO", + "description": "SPORE Cluster Management UI", "main": "index.js", "scripts": { "start": "node index.js", diff --git a/public/components.js b/public/components.js index 7db3de0..a572e83 100644 --- a/public/components.js +++ b/public/components.js @@ -1482,7 +1482,7 @@ class FirmwareComponent extends Component { deployBtn.textContent = '⏳ Deploying...'; } else { deployBtn.classList.remove('loading'); - deployBtn.textContent = '�� Deploy Firmware'; + deployBtn.textContent = '🚀 Deploy'; } } diff --git a/public/index.html b/public/index.html index 28d27da..254f33b 100644 --- a/public/index.html +++ b/public/index.html @@ -96,9 +96,7 @@ - +