Skip to content

Commit 52ba7a5

Browse files
committed
chore: wip
1 parent 97e88a1 commit 52ba7a5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

resources/components/Dashboard/Sidebar.stx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,7 @@
187187
<div class="i-heroicons-lock-closed text-gray-500 w-6 h-6 dark:text-gray-200 transition-all duration-150 ease-in-out" />
188188
</RouterLink>
189189
</div>
190-
<span class="rounded-full flex-none py-1 px-2 text-xs font-medium ring-1 ring-inset text-slate-600 bg-slate-500/10 ring-slate-600/30 dark:bg-slate-gray-600 dark:text-slate-300">
191-
Production
192-
</span>
190+
<span class="inline-flex items-center rounded-md bg-slate-50 px-2 py-1 text-xs font-medium text-slate-700 ring-1 ring-inset ring-slate-600/20">Production</span>
193191
</li>
194192
</ul>
195193
</nav>

resources/views/dashboard/queue/index.stx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,11 @@
187187
</td>
188188

189189
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500 font-mono">
190-
342afe5a
190+
<a href="github.com/stacksjs/stacks/commit/342afe5a" class="text-blue-600 hover:text-blue-900">342afe5a</a>
191191
</td>
192192

193193
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500 font-mono">
194-
main
194+
<a href="github.com/stacksjs/stacks" class="text-blue-600 hover:text-blue-900">main</a>
195195
</td>
196196

197197
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">

0 commit comments

Comments
 (0)