File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
resources/components/Dashboard Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 170
170
<RouterLink
171
171
to="/settings/billing"
172
172
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"
173
- active-class="active">
173
+ active-class="active"
174
+ >
174
175
<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" />
175
176
</RouterLink>
176
177
<RouterLink
177
178
to="/environment"
178
179
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"
179
- active-class="active">
180
+ active-class="active"
181
+ >
180
182
<div class="i-heroicons-lock-closed text-gray-500 w-6 h-6 dark:text-gray-200 transition-all duration-150 ease-in-out" />
181
183
</RouterLink>
182
184
</div>
183
185
<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">
184
186
Production
185
187
</span>
186
188
</li>
187
-
188
- </ul>
189
+ </ul>
189
190
</nav>
190
191
</div>
191
192
</div>
You can’t perform that action at this time.
0 commit comments