add link style to channel on subscriptions page

This commit is contained in:
Sean Yesmunt 2017-12-10 13:32:05 -05:00
parent 800cc4318a
commit 343961679d

View file

@ -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 }}