Skip to content

Commit

Permalink
ui: use info icon instead of question icon
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <[email protected]>
  • Loading branch information
shanghaikid committed Jul 25, 2024
1 parent 5e6a80f commit ea786f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const CollectionColHeader = (props: {
<>
{title}
<CustomToolTip title={field ? formatFieldType(field) : (title as string)}>
<Icons.question classes={{ root: classes.icon }} />
<Icons.info classes={{ root: classes.icon }} />
</CustomToolTip>
</>
);
Expand Down

0 comments on commit ea786f6

Please sign in to comment.