diff --git a/data-catalog/app/components/Table/components/TableCell/components/AnalyzeGenome/analyzeGenome.tsx b/data-catalog/app/components/Table/components/TableCell/components/AnalyzeGenome/analyzeGenome.tsx index 6f79885..14e11f5 100644 --- a/data-catalog/app/components/Table/components/TableCell/components/AnalyzeGenome/analyzeGenome.tsx +++ b/data-catalog/app/components/Table/components/TableCell/components/AnalyzeGenome/analyzeGenome.tsx @@ -2,7 +2,7 @@ import { ANCHOR_TARGET, REL_ATTRIBUTE, } from "@databiosphere/findable-ui/lib/components/Links/common/entities"; -import { Button } from "@mui/material"; +import { Button, Tooltip } from "@mui/material"; import Router from "next/router"; import { ROUTES } from "../../../../../../../routes/contants"; import { BRCDataCatalogGenome } from "../../../../../../apis/catalog/brc-analytics-catalog/common/entities"; @@ -35,22 +35,24 @@ export const AnalyzeGenome = ({ genome }: AnalyzeGenomeProps): JSX.Element => { onAnalyze(genomeVersionAssemblyId)} - > - - , - , + + + , + + + , ]} /> );