Skip to content

Commit 851903c

Browse files
committed
fix biome warnings
1 parent c12f95a commit 851903c

File tree

1 file changed

+2
-4
lines changed
  • apps/dashboard/src/app/(app)/(dashboard)/support

1 file changed

+2
-4
lines changed

apps/dashboard/src/app/(app)/(dashboard)/support/page.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@ export default async function SupportPage() {
156156
Still need help? You can also create a support case to reach our
157157
team.
158158
</p>
159-
{/* biome-ignore lint/nursery/useSortedClasses: <explanation> */}
160-
<div className="mt-6 w-full flex flex-col items-center gap-3">
159+
<div className="mt-6 flex w-full flex-col items-center gap-3">
161160
<NebulaChatButton
162161
isFloating={false}
163162
pageType="support"
@@ -179,8 +178,7 @@ export default async function SupportPage() {
179178
href="/support/create-ticket"
180179
target="_blank"
181180
rel="noreferrer"
182-
// biome-ignore lint/nursery/useSortedClasses: <explanation>
183-
className="text-sm text-muted-foreground hover:underline"
181+
className="text-muted-foreground text-sm hover:underline"
184182
>
185183
Open a support case
186184
</Link>

0 commit comments

Comments
 (0)