File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 187
187
<div class="i-heroicons-lock-closed text-gray-500 w-6 h-6 dark:text-gray-200 transition-all duration-150 ease-in-out" />
188
188
</RouterLink>
189
189
</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
192
192
</span>
193
193
</li>
194
194
</ul>
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ const currentYear = computed(() => new Date().getFullYear())
10
10
<!-- <Logo class="mx-auto h-10 w-auto" /> -->
11
11
<nav class="mt-10 text-sm" aria-label="quick links">
12
12
<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 >
16
16
<!-- <NavLink href="#features">
17
17
Features
18
18
</NavLink>
Original file line number Diff line number Diff line change 1
1
<template>
2
2
<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 ">
4
4
<header class="flex items-center justify-between p-4 bg-[#373b41] border-b border-[#282a2e] rounded-t-lg">
5
5
<div class="flex items-center gap-2">
6
6
<div class="w-3 h-3 rounded-full bg-[#CC6666]" />
You can’t perform that action at this time.
0 commit comments