diff --git a/frontend/components/analysis/DownloadReports.tsx b/frontend/components/analysis/DownloadReports.tsx index 07ba03a8..709b4f7a 100644 --- a/frontend/components/analysis/DownloadReports.tsx +++ b/frontend/components/analysis/DownloadReports.tsx @@ -5,11 +5,12 @@ "use client"; import { useState } from "react"; -import { Download, FileDown } from "lucide-react"; +import { Download, FileDown, CheckIcon } from "lucide-react"; import { Button } from "@/components/ui/button"; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"; import { Checkbox } from "@/components/ui/checkbox"; import { Label } from "@/components/ui/label"; +import { cn } from "@/lib/utils"; interface AnalystInfo { key: string; @@ -161,30 +162,43 @@ export function DownloadReports({ {/* Analyst List */} -
+
+ {analyst.label} +
+{analyst.description}