remove additional link

This commit is contained in:
“Salar 2022-10-19 18:12:32 +03:00
parent 033a1f31ad
commit 932d23befa

View File

@ -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>