forked from tangled.org/core
this repo has no description

appview/pages: Update .sh to .org in ssh clone dropdown

Signed-off-by: Vidya Sagar VOBBILISETTI <mail@vidyasagarv.com>

Changed files
+1 -1
appview
pages
templates
repo
fragments
+1 -1
appview/pages/templates/repo/fragments/cloneDropdown.html
···
{{ define "repo/fragments/cloneDropdown" }}
{{ $knot := .RepoInfo.Knot }}
{{ if eq $knot "knot1.tangled.sh" }}
-
{{ $knot = "tangled.sh" }}
+
{{ $knot = "tangled.org" }}
{{ end }}
<details id="clone-dropdown" class="relative inline-block text-left group">