File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed
resources/components/Dashboard Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change 182
182
</li>
183
183
<li class="mt-auto flex items-center justify-between space-x-4">
184
184
<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
+
185
193
<RouterLink
186
- to="/settings/billing "
194
+ to="/environment "
187
195
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
196
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" />
191
199
</RouterLink>
200
+
192
201
<RouterLink
193
- to="/environment "
202
+ to="/settings/billing "
194
203
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"
195
204
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" />
198
207
</RouterLink>
199
208
</div>
200
209
<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>
You can’t perform that action at this time.
0 commit comments