Merge pull request 'remove additional link' (#162) from fix/featured-articles-cards into develop

Reviewed-on: http://85.143.176.51:3000/free-land/front-end/pulls/162
This commit is contained in:
Daniel Weissmall 2022-10-20 10:01:39 +00:00
commit 1af206c360

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>