diff --git a/web/src/app/admin/traces/components/timeline-chart.tsx b/web/src/app/admin/traces/components/timeline-chart.tsx index 1d40152d78..ed3be48624 100644 --- a/web/src/app/admin/traces/components/timeline-chart.tsx +++ b/web/src/app/admin/traces/components/timeline-chart.tsx @@ -216,7 +216,7 @@ export function TimelineChart({ spawned_agent: 'bg-purple-500', } - const color = baseColors[type as keyof typeof baseColors] || 'bg-gray-500' + const color = baseColors[type as keyof typeof baseColors] || 'bg-muted-foreground' if (isSelected) { return `${color} ring-2 ring-offset-2 ring-offset-background ring-blue-600` @@ -306,14 +306,14 @@ export function TimelineChart({ {/* Connection line to parent */} {event.parentId && depth > 0 && (
+
State of the art coding agent evaluation using generated workflows and judging from open source repositories
@@ -162,7 +162,7 @@ export default function HomeClient() { transition={{ duration: 0.7, delay: 0.2 }} className="relative" > -This invitation has expired.
+This invitation has expired.
@@ -203,10 +203,10 @@ export default function InvitationPage() { ) : (+
Please sign in to accept this invitation.
+
This invitation is for {invitation.email}, but you're signed in as {session.user?.email}.
@@ -238,7 +238,7 @@ export default function InvitationPage() { diff --git a/web/src/app/layout.tsx b/web/src/app/layout.tsx index 05c0ee71ae..7d57201964 100644 --- a/web/src/app/layout.tsx +++ b/web/src/app/layout.tsx @@ -59,7 +59,7 @@ export default function RootLayout({ diff --git a/web/src/app/orgs/[slug]/repositories/page.tsx b/web/src/app/orgs/[slug]/repositories/page.tsx index 272a3a717b..6af2796ce0 100644 --- a/web/src/app/orgs/[slug]/repositories/page.tsx +++ b/web/src/app/orgs/[slug]/repositories/page.tsx @@ -23,9 +23,9 @@ export default function RepositoriesPage() {+
{USAGE_MULTIPLIER[price]} usage
@@ -334,7 +334,7 @@ export function StrongHeroSection({ compact }: { compact?: boolean }) {