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 (