Skip to content

Commit

Permalink
Merge pull request #952 from oraichain/hotfix/text-tool-tip
Browse files Browse the repository at this point in the history
fix: text tooltip
  • Loading branch information
haunv3 committed Dec 11, 2023
2 parents 927314c + 2081278 commit c04e28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/StatusBox/StatusBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const StatusBox = memo(() => {
<div className={cx("header-cell", "align-right")}>
<span className={cx("status-label")}>Wanted Inflation: </span>
<span className={cx("status-value")}>{wantedInflationRate ? formatFloat(wantedInflationRate) + "%" : "--"}</span>
<Tooltip title='Infration rate needed to guarantee ~29% APR with 3% commission' className={cx("tooltip-header-cell")}>
<Tooltip title='Inflation rate needed to guarantee ~29% APR with 3% commission' className={cx("tooltip-header-cell")}>
<QuestionCircleOutlined />
</Tooltip>
</div>
Expand Down

0 comments on commit c04e28c

Please sign in to comment.