don't use href for lbry link
This commit is contained in:
parent
9ca138e0f5
commit
2dcabc0e7d
2 changed files with 3 additions and 2 deletions
|
@ -184,7 +184,8 @@ export class FeaturedCategory extends React.PureComponent {
|
|||
<Link
|
||||
className="no-underline"
|
||||
label={category}
|
||||
href={categoryLink}
|
||||
navigate="/show"
|
||||
navigateParams={{ uri: categoryLink }}
|
||||
/>
|
||||
) : (
|
||||
category
|
||||
|
|
|
@ -88,7 +88,7 @@ export default class extends React.PureComponent<Props> {
|
|||
return (
|
||||
<FeaturedCategory
|
||||
key={subscription.channelName}
|
||||
categoryLink={`lbry://${subscription.uri}`}
|
||||
categoryLink={subscription.uri}
|
||||
category={subscription.channelName}
|
||||
names={subscription.claims}
|
||||
/>
|
||||
|
|
Loading…
Add table
Reference in a new issue