Feature/product platform foundation v0.62 #1

Merged
robbond merged 683 commits from feature/product-platform-foundation-v0.62 into feature/emergent-unknowns-v0.5 2026-09-09 07:58:20 +01:00
Showing only changes of commit ede5d54e36 - Show all commits
+1 -1
View File
@@ -44,7 +44,7 @@ function Portfolio() {
<div className="mt-4 flex gap-3 text-sm">
{hasReport ? (
<div className="flex items-center gap-2">
<div className="flex flex-col gap-1 items-center">
<Link
href={`/investigations/${INVESTIGATION_ID}/report`}
className="rounded-lg border border-teal-600 bg-white px-4 py-2 font-medium text-teal-700 hover:bg-teal-50 transition"