added standard, ci and format fixes (#76)

Co-authored-by: rafapaezbas <rafa@holepunch.com>
This commit is contained in:
rafapaezbas
2024-02-26 17:44:19 +01:00
committed by GitHub
parent 308705982b
commit 4230a61c13
5 changed files with 41 additions and 6 deletions

View File

@@ -119,7 +119,7 @@ customElements.define('system-status', class extends HTMLElement {
</blockquote>
<p>To finish installing Pear Runtime set your system path to</p>
<p><code>${BIN}</code></p>
<p>${!isWin? ' or click the button.' : ''}</p>
<p>${!isWin ? ' or click the button.' : ''}</p>
${!isWin ? '<p><button> Automatic Setup Completion </button><p>' : ''}
`
}