flipped the order of Direct Link and Download
This commit is contained in:
parent
849995ed98
commit
3756974a60
1 changed files with 1 additions and 1 deletions
|
@ -109,9 +109,9 @@ class AssetInfo extends React.Component {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className='flex-container--row flex-container--space-between-bottom'>
|
<div className='flex-container--row flex-container--space-between-bottom'>
|
||||||
<a className='link--primary' href={`${host}/${claimId}/${name}.${fileExt}`} download={name}>Download</a>
|
|
||||||
<Link className='link--primary' to={`/${shortId}/${name}.${fileExt}`}><span
|
<Link className='link--primary' to={`/${shortId}/${name}.${fileExt}`}><span
|
||||||
className='text'>Direct Link</span></Link>
|
className='text'>Direct Link</span></Link>
|
||||||
|
<a className='link--primary' href={`${host}/${claimId}/${name}.${fileExt}`} download={name}>Download</a>
|
||||||
<a className='link--primary' target='_blank' href='https://lbry.io/dmca'>Report</a>
|
<a className='link--primary' target='_blank' href='https://lbry.io/dmca'>Report</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue