Skip to content

Commit

Permalink
Add tooltip to NoInfo cell. (l2beat#801)
Browse files Browse the repository at this point in the history
* Add tooltip to NoInfo cell.

* Fix formatting.
  • Loading branch information
adamiak committed Oct 10, 2022
1 parent 97e4e1f commit 764ef8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/frontend/src/components/table/NoInfoCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ export function NoInfoCell() {
className={cx(
'px-1.5 py-px text-sm rounded',
'text-gray-700 dark:text-gray-300 bg-gray-200 dark:bg-gray-800',
'Tooltip',
)}
title="This item is still under review."
>
No info
</span>
Expand Down

0 comments on commit 764ef8a

Please sign in to comment.