Skip to content

Commit e340f8a

Browse files
style nit
1 parent 38ba175 commit e340f8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/web/src/app/onboard/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ export default async function Onboarding(props: OnboardingProps) {
248248

249249
{/* Right Panel - Content */}
250250
<div className="w-3/5 bg-background p-10">
251-
<div className={cn("h-full flex flex-col justify-center mx-auto", currentStepData.id === "trial" ? "max-w-xl" : "max-w-lg")}>
251+
<div className="h-full flex flex-col justify-center mx-auto max-w-xl">
252252
<div className="space-y-8">
253253
{/* Step Header */}
254254
<div className="space-y-6">

0 commit comments

Comments
 (0)