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

appview/pages: use label element for knot selector label

Fixes https://tangled.sh/@tangled.sh/core/issues/172

Signed-off-by: noClaps <git@zerolimits.dev>

authored by handle.invalid and committed by Tangled cdac8683 d98bdf5c

Changed files
+2 -2
appview
pages
templates
+1 -1
appview/pages/templates/repo/fork.html
··· 19 19 class="mr-2" 20 20 id="domain-{{ . }}" 21 21 /> 22 - <span class="dark:text-white">{{ . }}</span> 22 + <label for="domain-{{ . }}" class="dark:text-white">{{ . }}</label> 23 23 </div> 24 24 {{ else }} 25 25 <p class="dark:text-white">No knots available.</p>
+1 -1
appview/pages/templates/repo/new.html
··· 49 49 class="mr-2" 50 50 id="domain-{{ . }}" 51 51 /> 52 - <span class="dark:text-white">{{ . }}</span> 52 + <label for="domain-{{ . }}" class="dark:text-white">{{ . }}</label> 53 53 </div> 54 54 {{ else }} 55 55 <p class="dark:text-white">No knots available.</p>