diff --git a/src/components/MainPage/sections/FeaturedArticlesCards.tsx b/src/components/MainPage/sections/FeaturedArticlesCards.tsx
index 78f0289..ad48905 100755
--- a/src/components/MainPage/sections/FeaturedArticlesCards.tsx
+++ b/src/components/MainPage/sections/FeaturedArticlesCards.tsx
@@ -168,14 +168,12 @@ const FeaturedArticlesCards = () => {
               </Card.CardContent>
 
               <Card.CardAction href={Articale.Link}>
-                <Link to="*">
-                  <Typography
-                    className="text-blue-500 font-bold"
-                    fontWeightVariant="bold"
-                  >
-                    {t("mainPage.more")}
-                  </Typography>
-                </Link>
+                <Typography
+                  className="text-blue-500 font-bold"
+                  fontWeightVariant="bold"
+                >
+                  {t("mainPage.more")}
+                </Typography>
                 <SVGCaretRight className="fill-blue-500 w-4 h-4" />
               </Card.CardAction>
             </Card>