diff --git a/libs/remix-ui/grid-view/src/lib/remix-ui-grid-cell.tsx b/libs/remix-ui/grid-view/src/lib/remix-ui-grid-cell.tsx index fb45c5a0da..fa1f9830b6 100644 --- a/libs/remix-ui/grid-view/src/lib/remix-ui-grid-cell.tsx +++ b/libs/remix-ui/grid-view/src/lib/remix-ui-grid-cell.tsx @@ -19,6 +19,7 @@ interface RemixUIGridCellProps { logos?: string[] logoURL?: string title: string + titleTooltip: string hideTitle?: boolean tagList?: string[] // max 8, others will be ignored classList?: string @@ -89,7 +90,7 @@ export const RemixUIGridCell = (props: RemixUIGridCellProps) => {