File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
apps/dashboard/src/app/(app)/(dashboard)/support Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments