forked from pdsls.dev/pdsls
this repo has no description

uppercase button label

Changed files
+1 -1
src
views
+1 -1
src/views/repo.tsx
··· 460 460 class="dark:hover:bg-dark-100 dark:bg-dark-300 dark:shadow-dark-900/80 flex items-center gap-1 rounded-lg bg-white px-2 py-1.5 text-xs font-bold shadow-sm hover:bg-zinc-200/50" 461 461 > 462 462 <div class="i-lucide-logs text-sm" /> 463 - {showPlcLogs() ? "Hide" : "Show"} PLC logs 463 + {showPlcLogs() ? "Hide" : "Show"} PLC Logs 464 464 </button> 465 465 <Show when={loading()}> 466 466 <div class="i-lucide-loader-circle animate-spin text-xl" />