diff --git a/src/components/home-bench-table.tsx b/src/components/home-bench-table.tsx index bd475b12..d26258d7 100644 --- a/src/components/home-bench-table.tsx +++ b/src/components/home-bench-table.tsx @@ -3,6 +3,7 @@ import { ArrowUpRight } from "lucide-react"; import type { Benchmark } from "@/types/benchmark"; import { Hint } from "@/components/hint"; import { MiniChart } from "@/components/mini-chart"; +import { ProviderLogo } from "@/components/provider-logo"; import { CATEGORY_COLOR } from "@/lib/category-colors"; import { fieldValue, isInsufficient, leader } from "@/lib/citation"; import { fmtValue, unitSuffix } from "@/lib/format"; @@ -90,9 +91,12 @@ function BenchTitleCell({ b }: { b: Benchmark }) { {chips.map((c) => (