Use HTTPS example for domain git repo placeholder.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Alireza Hassani
2026-08-08 14:24:30 +03:30
co-authored by Cursor
parent 63af59f0f3
commit 12ab1f8006
@@ -1301,7 +1301,7 @@ export function BusinessesPage() {
id="domain-git-repo" id="domain-git-repo"
value={domainGitRepoUrl} value={domainGitRepoUrl}
onChange={(e) => setDomainGitRepoUrl(e.target.value)} onChange={(e) => setDomainGitRepoUrl(e.target.value)}
placeholder="git@git.meshkee.com:Meshkee-Websites/oaktasty.git" placeholder="https://git.meshkee.com/Meshkee-Websites/oaktasty.git"
disabled={domainSubmitting} disabled={domainSubmitting}
autoComplete="off" autoComplete="off"
spellCheck={false} spellCheck={false}