Skip to content

Commit f27fc08

Browse files
committed
Updates the Region message to say we are GDPR compliant
1 parent 10baa39 commit f27fc08

File tree

1 file changed

+18
-3
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.regions

1 file changed

+18
-3
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.regions/route.tsx

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,11 +297,26 @@ export default function Page() {
297297
</Table>
298298
<InfoPanel
299299
icon={InformationCircleIcon}
300+
iconClassName="size-4"
300301
variant="minimal"
301-
panelClassName="max-w-full"
302+
panelClassName="max-w-full gap-1"
302303
>
303-
Runs execute in your default region, but operational and log data remains in
304-
us-east-1.
304+
<Paragraph variant="extra-small" className="flex items-baseline gap-x-0.5">
305+
Trigger.dev is fully GDPR compliant. Learn more in our{" "}
306+
<TextLink to="https://security.trigger.dev">security portal</TextLink> or{" "}
307+
<Feedback
308+
button={
309+
<Paragraph
310+
variant="extra-small"
311+
className="cursor-pointer text-indigo-500 transition hover:text-indigo-400"
312+
>
313+
get in touch
314+
</Paragraph>
315+
}
316+
defaultValue="help"
317+
/>
318+
.
319+
</Paragraph>
305320
</InfoPanel>
306321
</div>
307322
</>

0 commit comments

Comments
 (0)