mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-05 15:17:48 +02:00
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:
@@ -12,7 +12,7 @@ interface ITableRowData {
|
||||
}
|
||||
|
||||
interface IProps {
|
||||
name: string;
|
||||
name: string | React.ReactElement;
|
||||
color: string;
|
||||
data?: ITableRowData;
|
||||
children?: React.ReactElement;
|
||||
|
||||
Reference in New Issue
Block a user