We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f3c0c commit 557a389Copy full SHA for 557a389
1 file changed
index.html
@@ -57,8 +57,8 @@ <h1>Seera Apps</h1>
57
58
<div class="card">
59
<label for="siteUrl">Hospital site URL</label>
60
- <input type="text" id="siteUrl" placeholder="https://kfsh-dammam-asm.seeraarabia.com" />
61
- <p class="hint">Enter the URL with or without /asm_app — we'll handle it</p>
+ <input type="text" id="siteUrl" placeholder="https://site-name.com" />
+ <p class="hint">Enter the URL</p>
62
<p class="error" id="errMsg">Please enter a valid URL</p>
63
<button class="btn" onclick="goToSite()">Open App →</button>
64
</div>
0 commit comments