Skip to content

Commit

Permalink
Run format
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBl69 committed Oct 25, 2024
1 parent 6fbc0ad commit b0a6894
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,13 @@ const MainCard = (props: MainCardProps) => {
</Link>

<Column maxWidth="100%" ellipsis>
<div className="flex flex-row"><span className="pixel-heading-1 text-medium-gray pixel-heading-text">HOT</span><span>&nbsp;</span><span className="pixel-heading-2 pixel-heading-text mt-[.2rem]">{SYMBOL_DATA.byName("fire")?.emoji}</span></div>
<div className="flex flex-row">
<span className="pixel-heading-1 text-medium-gray pixel-heading-text">HOT</span>
<span>&nbsp;</span>
<span className="pixel-heading-2 pixel-heading-text mt-[.2rem]">
{SYMBOL_DATA.byName("fire")?.emoji}
</span>
</div>
<div
className="display-font-text ellipses font-forma-bold"
title={(featured ? featured.market.symbolData.name : "BLACK HEART").toUpperCase()}
Expand Down

0 comments on commit b0a6894

Please sign in to comment.