diff --git a/www/ghcup.js b/www/ghcup.js index 39ceb37..5d26475 100644 --- a/www/ghcup.js +++ b/www/ghcup.js @@ -158,8 +158,8 @@ function copyToClipboard() { document.body.removeChild(el); } -function copyToClipboardSilicon() { - const text = document.getElementById("ghcup-command-silicon").innerText; +function copyToClipboardPowershell() { + const text = document.getElementById("ghcup-command-powershell").innerText; const el = document.createElement('textarea'); el.value = text; document.body.appendChild(el); diff --git a/www/index.html b/www/index.html index 8fb41d6..c72f2ea 100644 --- a/www/index.html +++ b/www/index.html @@ -14,13 +14,12 @@ - - -