Comment out tips section in ROISummary component for future reference

This commit is contained in:
Vishnu 2025-05-12 10:26:01 +05:30
parent 76f0c04844
commit 970a1b2bae
1 changed files with 2 additions and 2 deletions

View File

@ -205,7 +205,7 @@ const ROISummary = ({
</table>
</div>
</div>
<div className="tips-section">
{/* <div className="tips-section">
<div className="tip-header">
<span className="lightbulb-icon">
<LightBulpIcon />
@ -224,7 +224,7 @@ const ROISummary = ({
<button className="get-tips-button">
<div className="btn">Get ROI Boost Tips</div>
</button>
</div>
</div> */}
</>
) : (
<SkeletonUI type={"default"} />