UI: Change description and add tooltip for HackMoney-related multipliers (#1823)

* UI: Change description and add tooltip for HackMoney-related multipliers

* Update based on feedback
This commit is contained in:
catloversg
2024-12-18 17:51:25 +07:00
committed by GitHub
parent 9c4b0c004c
commit e6078ab1df
9 changed files with 60 additions and 31 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ interface ITableRowData {
}
interface IProps {
name: string;
name: string | React.ReactElement;
color: string;
data?: ITableRowData;
children?: React.ReactElement;