|
|
|
@ -27,7 +27,7 @@ export default function DidYouKnow () { |
|
|
|
|
<CustomTooltip tooltipText={tip}> |
|
|
|
|
<div className="remixui_statusbar_didyouknow text-white small d-flex align-items-center"> |
|
|
|
|
<span className="pr-2 text-success fa-solid fa-lightbulb"></span> |
|
|
|
|
<div className="mr-2" style={{fontWeight: "bold"}}>Did you know?</div> |
|
|
|
|
<div className="mr-2" style={{ fontWeight: "bold" }}>Did you know?</div> |
|
|
|
|
{ tip && tip.length > 0 ? <div>{tip}</div> : null } |
|
|
|
|
</div> |
|
|
|
|
</CustomTooltip> |
|
|
|
|