Merge pull request 'bold style for the link resolved' (#154) from fix/featured-articles-cards into develop
Reviewed-on: http://85.143.176.51:3000/free-land/front-end/pulls/154
This commit is contained in:
commit
558a1fd5a7
@ -169,7 +169,10 @@ const FeaturedArticlesCards = () => {
|
||||
|
||||
<Card.CardAction href={Articale.Link}>
|
||||
<Link to="*">
|
||||
<Typography className="text-blue-500 font-bold">
|
||||
<Typography
|
||||
className="text-blue-500 font-bold"
|
||||
fontWeightVariant="bold"
|
||||
>
|
||||
{t("mainPage.more")}
|
||||
</Typography>
|
||||
</Link>
|
||||
|
Loading…
x
Reference in New Issue
Block a user