Skip to content

Commit

Permalink
Select prefered design
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBl69 authored and xbtmatt committed Oct 24, 2024
1 parent 5a5f474 commit c424438
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const MainCard = (props: MainCardProps) => {
</Link>

<Column maxWidth="100%" ellipsis>
<div className="flex flex-row"><span className="pixel-heading-1 text-dark-gray pixel-heading-text">HOT</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-dark-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>

Check failure on line 100 in src/typescript/frontend/src/components/pages/home/components/main-card/MainCard.tsx

View workflow job for this annotation

GitHub Actions / ts-run-lint

Replace `<span·className="pixel-heading-1·text-dark-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>` with `⏎············<span·className="pixel-heading-1·text-dark-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>⏎··········`

Check failure on line 100 in src/typescript/frontend/src/components/pages/home/components/main-card/MainCard.tsx

View workflow job for this annotation

GitHub Actions / pre-commit

Replace `<span·className="pixel-heading-1·text-dark-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>` with `⏎············<span·className="pixel-heading-1·text-dark-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
className="display-font-text ellipses font-forma-bold"
title={(featured ? featured.market.symbolData.name : "BLACK HEART").toUpperCase()}
Expand Down

0 comments on commit c424438

Please sign in to comment.