mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-03 02:35:12 +00:00
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>
|
</p>
|
||||||
}
|
}
|
||||||
actions={
|
actions={
|
||||||
<>
|
<div className="section__actions">
|
||||||
{isFree && <FileDownloadLink uri={uri} buttonType="primary" showLabel />}
|
{isFree && <FileDownloadLink uri={uri} buttonType="primary" showLabel />}
|
||||||
<Button button={!isFree ? 'primary' : 'link'} label={__('Get the App')} href="https://lbry.com/get" />
|
<Button button={!isFree ? 'primary' : 'link'} label={__('Get the App')} href="https://lbry.com/get" />
|
||||||
</>
|
</div>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue