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