chore: replace prettier with oxfmt (#8676)

This commit is contained in:
sriram veeraghanta 2026-03-02 20:40:50 +05:30 committed by GitHub
parent 9ee73d57ef
commit 41abaffc6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1008 changed files with 4046 additions and 4027 deletions

View file

@ -59,7 +59,7 @@ export function ComingSoonBadge({ className }: { className?: string }) {
return (
<span
className={cn(
"bg-accent-primary text-on-color font-semibold text-9 py-0.5 px-1.5 w-fit whitespace-nowrap rounded-sm",
"w-fit rounded-sm bg-accent-primary px-1.5 py-0.5 text-9 font-semibold whitespace-nowrap text-on-color",
className
)}
>
@ -167,13 +167,13 @@ export const PLANS_COMPARISON_LIST: TPlansComparisonDetails[] = [
one: "Limited props",
pro: "All props",
business: (
<span className="flex flex-col items-end lg:items-center gap-1">
<span className="flex flex-col items-end gap-1 lg:items-center">
<ComingSoonBadge />
Work item transfers and conversions
</span>
),
enterprise: (
<span className="flex flex-col items-end lg:items-center gap-1">
<span className="flex flex-col items-end gap-1 lg:items-center">
<ComingSoonBadge />
Work item transfers and conversions
</span>
@ -1217,15 +1217,15 @@ export const PLANS_COMPARISON_LIST: TPlansComparisonDetails[] = [
),
one: (
<div className="flex items-center gap-1">
<Mail className="flex-shrink-0 size-4" />
<RiDiscordFill className="flex-shrink-0 size-4" />
<Mail className="size-4 flex-shrink-0" />
<RiDiscordFill className="size-4 flex-shrink-0" />
</div>
),
pro: (
<div className="flex items-center gap-1">
<Mail className="flex-shrink-0 size-4" />
<RiDiscordFill className="flex-shrink-0 size-4" />
<MessageCircle className="flex-shrink-0 size-4" />
<Mail className="size-4 flex-shrink-0" />
<RiDiscordFill className="size-4 flex-shrink-0" />
<MessageCircle className="size-4 flex-shrink-0" />
</div>
),
business: "Full-suite\nprofessional services",