Monorepo for Tangled tangled.org
854
fork

Configure Feed

Select the types of activity you want to include in your feed.

appview/pages: fix broken button class

fat fingers!

Signed-off-by: oppiliappan <me@oppi.li>

+1 -1
+1 -1
appview/pages/templates/repo/issues/fragments/putIssue.html
··· 39 39 {{ i "x" "w-4 h-4" }} 40 40 cancel 41 41 </a> 42 - <button type="submit" class="btnkcreate flex items-center gap-2"> 42 + <button type="submit" class="btn-create flex items-center gap-2"> 43 43 {{ i "loader-circle" "w-4 h-4 animate-spin hidden group-[.htmx-request]:inline" }} 44 44 {{ if eq .Action "edit" }} 45 45 {{ i "pencil" "w-4 h-4 inline group-[.htmx-request]:hidden" }}