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.CardContent>
<Card.CardAction href={Articale.Link}> <Card.CardAction href={Articale.Link}>
<Link to="*">
<Typography <Typography
className="text-blue-500 font-bold" className="text-blue-500 font-bold"
fontWeightVariant="bold" fontWeightVariant="bold"
> >
{t("mainPage.more")} {t("mainPage.more")}
</Typography> </Typography>
</Link>
<SVGCaretRight className="fill-blue-500 w-4 h-4" /> <SVGCaretRight className="fill-blue-500 w-4 h-4" />
</Card.CardAction> </Card.CardAction>
</Card> </Card>