Skip to content

Commit e2f19ef

Browse files
committed
fix(webapp): tighten hipaa panel copy and clean up select-plan indentation
1 parent eb227d4 commit e2f19ef

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

apps/webapp/app/components/Feedback.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,9 @@ export function Feedback({ button, defaultValue = "bug", onOpenChange }: Feedbac
142142
panelClassName="w-full mb-2"
143143
>
144144
<Paragraph variant="small">
145-
We offer a signed Business Associate Agreement (BAA) as a paid add-on on
146-
any paid plan. To help us get back to you quickly, please include your
147-
company name, expected go-live date, and a brief description of the PHI
148-
workload you plan to run.
145+
We offer a signed Business Associate Agreement (BAA) as a paid add-on on any
146+
paid plan. To help us get back to you quickly, please include your company
147+
name, and a brief description of the PHI workload you plan to run.
149148
</Paragraph>
150149
</InfoPanel>
151150
)}

apps/webapp/app/routes/resources.orgs.$organizationSlug.select-plan.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ export function TierFree({
322322
<TierContainer>
323323
<div className="relative">
324324
<PricingHeader title={plan.title} cost={0} />
325-
{showGithubVerificationBadge && status === "approved" && (
325+
{showGithubVerificationBadge && status === "approved" && (
326326
<SimpleTooltip
327327
buttonClassName="absolute right-1 top-1"
328328
button={
@@ -353,7 +353,7 @@ export function TierFree({
353353
</div>
354354
{status === "rejected" ? (
355355
<div>
356-
<div className="flex flex-col gap-2 rounded-sm border border-warning p-4">
356+
<div className="flex flex-col gap-2 rounded-sm border border-warning p-4">
357357
<ExclamationTriangleIcon className="size-6 text-warning" />
358358
<Paragraph variant="small/bright">
359359
Your Trigger.dev account failed to be verified for the Free plan because your GitHub

0 commit comments

Comments
 (0)