diff --git a/components/front-page/GettingStartedSection.tsx b/components/front-page/GettingStartedSection.tsx index c6939c24f..ebd992be9 100644 --- a/components/front-page/GettingStartedSection.tsx +++ b/components/front-page/GettingStartedSection.tsx @@ -6,9 +6,7 @@ const GettingStartedSection = () => { return ( <>
-

- Getting Started -

+

Getting Started

diff --git a/components/front-page/LatestTradesCompact.tsx b/components/front-page/LatestTradesCompact.tsx index 177f0ecba..10f0e09ea 100644 --- a/components/front-page/LatestTradesCompact.tsx +++ b/components/front-page/LatestTradesCompact.tsx @@ -40,6 +40,10 @@ const LatestTradeRow = ({ trade }: { trade: TradeItem }) => { height={30} className="overflow-hidden rounded-md" sizes={"30px"} + style={{ + objectFit: "cover", + objectPosition: "50% 50%", + }} />
diff --git a/components/front-page/News.tsx b/components/front-page/News.tsx index 45c5a1c61..847ca984c 100644 --- a/components/front-page/News.tsx +++ b/components/front-page/News.tsx @@ -12,7 +12,7 @@ export const NewsSection = ({ }) => { return (
-

News

+

News

{news.map((news, index) => { const link = news.link?.isMarket @@ -44,8 +44,8 @@ export const NewsSection = ({ }} />
-

{news.title}

-
{news.subtitle}
+
{news.title}
+
{news.subtitle}
); })} diff --git a/components/front-page/PopularCategories.tsx b/components/front-page/PopularCategories.tsx index 006e934d3..2e00e5f8f 100644 --- a/components/front-page/PopularCategories.tsx +++ b/components/front-page/PopularCategories.tsx @@ -79,7 +79,7 @@ const PopularCategories: FC<{ return (
-

Popular Categories

+

Popular Categories

{topCategories.map((category, index) => ( { height={45} className="overflow-hidden rounded-md" sizes={"45px"} + style={{ + objectFit: "cover", + objectPosition: "50% 50%", + }} />
diff --git a/components/markets/MarketScroll.tsx b/components/markets/MarketScroll.tsx index 36346fa4f..08f0c55b8 100644 --- a/components/markets/MarketScroll.tsx +++ b/components/markets/MarketScroll.tsx @@ -81,9 +81,11 @@ const MarketScroll = ({ return (
-

{title}

+
+

{title}

+