File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed
apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.regions Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff 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 </ >
You can’t perform that action at this time.
0 commit comments