flipped the order of Direct Link and Download

This commit is contained in:
bill bittner 2018-03-06 20:49:08 -08:00
parent 849995ed98
commit 3756974a60

View file

@ -109,9 +109,9 @@ class AssetInfo extends React.Component {
</div>
<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
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>
</div>