Feature/product platform foundation v0.62 #1
+1
-1
@@ -44,7 +44,7 @@ function Portfolio() {
|
|||||||
|
|
||||||
<div className="mt-4 flex gap-3 text-sm">
|
<div className="mt-4 flex gap-3 text-sm">
|
||||||
{hasReport ? (
|
{hasReport ? (
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex flex-col gap-1 items-center">
|
||||||
<Link
|
<Link
|
||||||
href={`/investigations/${INVESTIGATION_ID}/report`}
|
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"
|
className="rounded-lg border border-teal-600 bg-white px-4 py-2 font-medium text-teal-700 hover:bg-teal-50 transition"
|
||||||
|
|||||||
Reference in New Issue
Block a user