Style fixes #836

Merged
neb-b merged 4 commits from style-fixes into master 2017-12-11 04:29:30 +01:00
Showing only changes of commit 343961679d - Show all commits

View file

@ -182,7 +182,7 @@ export class FeaturedCategory extends React.PureComponent {
<h3 className="card-row__header"> <h3 className="card-row__header">
{categoryLink ? ( {categoryLink ? (
<Link <Link
className="no-underline" className="button-text no-underline"
label={category} label={category}
navigate="/show" navigate="/show"
navigateParams={{ uri: categoryLink }} navigateParams={{ uri: categoryLink }}