add link style to channel on subscriptions page
This commit is contained in:
parent
800cc4318a
commit
343961679d
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ export class FeaturedCategory extends React.PureComponent {
|
|||
<h3 className="card-row__header">
|
||||
{categoryLink ? (
|
||||
<Link
|
||||
className="no-underline"
|
||||
className="button-text no-underline"
|
||||
label={category}
|
||||
navigate="/show"
|
||||
navigateParams={{ uri: categoryLink }}
|
||||
|
|
Loading…
Reference in a new issue