Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
LianaHus authored and Aniket-Engg committed Aug 13, 2024
1 parent 1ab854b commit da7972e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/remix-ui/statusbar/src/lib/components/didYouKnow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit da7972e

Please sign in to comment.