Skip to content

Commit 2fd7671

Browse files
committed
chore: wip
linter broken
1 parent d4ef039 commit 2fd7671

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

resources/components/Dashboard/Sidebar.stx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,22 +170,23 @@
170170
<RouterLink
171171
to="/settings/billing"
172172
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+
>
174175
<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" />
175176
</RouterLink>
176177
<RouterLink
177178
to="/environment"
178179
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+
>
180182
<div class="i-heroicons-lock-closed text-gray-500 w-6 h-6 dark:text-gray-200 transition-all duration-150 ease-in-out" />
181183
</RouterLink>
182184
</div>
183185
<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">
184186
Production
185187
</span>
186188
</li>
187-
188-
</ul>
189+
</ul>
189190
</nav>
190191
</div>
191192
</div>

0 commit comments

Comments
 (0)