diff --git a/apps/web/app/[locale]/annotations/page.tsx b/apps/web/app/[locale]/annotations/page.tsx index 0affb9e..fde76ed 100644 --- a/apps/web/app/[locale]/annotations/page.tsx +++ b/apps/web/app/[locale]/annotations/page.tsx @@ -18,7 +18,7 @@ import { useTranslations } from "next-intl"; type Tab = "sets" | "snapshots" | "load-snapshot" | "load-goa" | "load-quickgo"; const inputClass = "w-full rounded-md border px-3 py-2 text-sm focus:outline-none focus:ring-2 focus:ring-blue-500"; -const labelClass = "block text-sm font-medium text-gray-700 mb-1"; +const labelClass = "block text-sm font-medium text-slate-700 mb-1"; function formatDate(iso?: string | null) { if (!iso) return "—"; @@ -209,7 +209,7 @@ export default function AnnotationsPage() { className={`px-3 sm:px-4 py-2 text-sm font-medium border-b-2 transition-colors whitespace-nowrap ${ activeTab === tab.key ? "border-blue-600 text-blue-600" - : "border-transparent text-gray-500 hover:text-gray-700" + : "border-transparent text-slate-500 hover:text-slate-700" }`} > {tab.label} @@ -221,8 +221,8 @@ export default function AnnotationsPage() { {activeTab === "sets" && (
{t("setsTab.annotationSets", { count: sets.length })}
-{a.source_version ?? "—"} · {(a.annotation_count ?? 0).toLocaleString()} annotations
+{a.source_version ?? "—"} · {(a.annotation_count ?? 0).toLocaleString()} annotations
{t("snapshotsTab.snapshots", { count: snapshots.length })}
-{t("snapshotsTab.snapshots", { count: snapshots.length })}
+{t("loadSnapshotTab.description")}
+{t("loadSnapshotTab.description")}