fix link style
This commit is contained in:
parent
2dccad2247
commit
50361e1edb
1 changed files with 2 additions and 2 deletions
|
@ -29,10 +29,10 @@ export default function FileRenderDownload(props: Props) {
|
|||
</p>
|
||||
}
|
||||
actions={
|
||||
<>
|
||||
<div className="section__actions">
|
||||
{isFree && <FileDownloadLink uri={uri} buttonType="primary" showLabel />}
|
||||
<Button button={!isFree ? 'primary' : 'link'} label={__('Get the App')} href="https://lbry.com/get" />
|
||||
</>
|
||||
</div>
|
||||
}
|
||||
/>
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue