Skip to content

Commit 54edf72

Browse files
committed
chore: wip
1 parent 81a99d8 commit 54edf72

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

resources/components/Dashboard/Sidebar.stx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@
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="bg-green-500 text-white text-xs font-semibold px-2.5 py-0.5 rounded dark:bg-green-700 dark:text-gray-200">
191-
prod
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
192192
</span>
193193
</li>
194194
</ul>

resources/components/Marketing/Footer.stx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ const currentYear = computed(() => new Date().getFullYear())
1010
<!-- <Logo class="mx-auto h-10 w-auto" /> -->
1111
<nav class="mt-10 text-sm" aria-label="quick links">
1212
<div class="-my-1 flex justify-center gap-x-6">
13-
<NavLink href="/" class="italic text-xl">
14-
Stay tuned.
15-
</NavLink>
13+
<h3 class="inline-block rounded-lg px-2 py-1 text-sm text-slate-200 hover:bg-slate-100 hover:text-slate-900 italic text-xl font-bold">
14+
Stay tuned
15+
</h3>
1616
<!-- <NavLink href="#features">
1717
Features
1818
</NavLink>

resources/components/TerminalContainer.stx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="">
3-
<div class="w-full h-full bg-[#1D1F21] text-[#C5C8C6] font-mono flex flex-col rounded-lg">
3+
<div class="w-full h-full bg-[#1D1F21] text-[#C5C8C6] font-mono flex flex-col rounded-lg shadow">
44
<header class="flex items-center justify-between p-4 bg-[#373b41] border-b border-[#282a2e] rounded-t-lg">
55
<div class="flex items-center gap-2">
66
<div class="w-3 h-3 rounded-full bg-[#CC6666]" />

0 commit comments

Comments
 (0)