diff --git a/src/components/MainPage/sections/FeaturedArticlesCards.tsx b/src/components/MainPage/sections/FeaturedArticlesCards.tsx
index 78f10f9..78f0289 100755
--- a/src/components/MainPage/sections/FeaturedArticlesCards.tsx
+++ b/src/components/MainPage/sections/FeaturedArticlesCards.tsx
@@ -169,7 +169,10 @@ const FeaturedArticlesCards = () => {
 
               <Card.CardAction href={Articale.Link}>
                 <Link to="*">
-                  <Typography className="text-blue-500 font-bold">
+                  <Typography
+                    className="text-blue-500 font-bold"
+                    fontWeightVariant="bold"
+                  >
                     {t("mainPage.more")}
                   </Typography>
                 </Link>