|
|
|
@ -24,10 +24,10 @@ export default function DidYouKnow () { |
|
|
|
|
} |
|
|
|
|
}, []) |
|
|
|
|
return ( |
|
|
|
|
<CustomTooltip tooltipText={'Did you know'}> |
|
|
|
|
<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">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> |
|
|
|
|