diff --git a/apps/web/src/app/[locale]/code-review/page.tsx b/apps/web/src/app/[locale]/code-review/page.tsx index 7acdfbb9..67e73e32 100644 --- a/apps/web/src/app/[locale]/code-review/page.tsx +++ b/apps/web/src/app/[locale]/code-review/page.tsx @@ -392,47 +392,47 @@ export default function CodeReviewPage({ params }: { params: { locale: string } -
-
-
- - {t('prepost.title')} +
+
+
+ + {t('prepost.title')}
-
-
+
+
{t('prepost.pre')}
{preDeployGates.map((gate) => ( -
-
{gate.label}
-
{gate.owner_agent} · {gate.status}
+
+
{gate.label}
+
{gate.owner_agent} · {gate.status}
))}
-
+
{t('prepost.post')}
{postDeployGates.map((gate) => ( -
-
{gate.label}
-
{gate.owner_agent} · {gate.status}
+
+
{gate.label}
+
{gate.owner_agent} · {gate.status}
))}
-
-
- - {t('tools.title')} +
+
+ + {t('tools.title')}
-
+
{toolLanes.map((tool) => ( -
-
-
{tool.label}
-
{t('tools.candidate')}
+
+
+
{tool.label}
+
{t('tools.candidate')}
-
{tool.category} · {tool.integration_status}
+
{tool.category} · {tool.integration_status}
))}