Skip to content

Commit 41cb74f

Browse files
committed
chore: wip
1 parent 6327be4 commit 41cb74f

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

resources/components/Dashboard/Sidebar.stx

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,19 +182,28 @@
182182
</li>
183183
<li class="mt-auto flex items-center justify-between space-x-4">
184184
<div class="flex items-center">
185+
<RouterLink
186+
to="/buddy"
187+
class="px-3 py-3 text-sm font-semibold leading-6 text-gray-900 dark:text-gray-200 transition-all duration-150 ease-in-out flex items-center justify-center"
188+
active-class="active"
189+
>
190+
<div class="i-heroicons-chat-bubble-left-ellipsis text-gray-500 w-6 h-6 dark:text-gray-200 transition-all duration-150 ease-in-out" />
191+
</RouterLink>
192+
185193
<RouterLink
186-
to="/settings/billing"
194+
to="/environment"
187195
class="px-3 py-3 text-sm font-semibold leading-6 text-gray-900 dark:text-gray-200 transition-all duration-150 ease-in-out flex items-center justify-center"
188196
active-class="active"
189-
>
190-
<div class="i-heroicons-cog-6-tooth text-gray-500 w-6 h-6 dark:text-gray-200 transition-all duration-150 ease-in-out" />
197+
>
198+
<div class="i-heroicons-lock-closed text-gray-500 w-6 h-6 dark:text-gray-200 transition-all duration-150 ease-in-out" />
191199
</RouterLink>
200+
192201
<RouterLink
193-
to="/environment"
202+
to="/settings/billing"
194203
class="px-3 py-3 text-sm font-semibold leading-6 text-gray-900 dark:text-gray-200 transition-all duration-150 ease-in-out flex items-center justify-center"
195204
active-class="active"
196-
>
197-
<div class="i-heroicons-lock-closed text-gray-500 w-6 h-6 dark:text-gray-200 transition-all duration-150 ease-in-out" />
205+
>
206+
<div class="i-heroicons-cog-6-tooth text-gray-500 w-6 h-6 dark:text-gray-200 transition-all duration-150 ease-in-out" />
198207
</RouterLink>
199208
</div>
200209
<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>

0 commit comments

Comments
 (0)