mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-06-06 18:31:00 +00:00
Add author back into video details
This commit is contained in:
parent
ca872dd511
commit
708ef4a3ac
@ -158,6 +158,21 @@ const VideoDetails = ({ processedEvent, topics, title, summary, image, price, au
|
|||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
<div className='flex items-center'>
|
||||||
|
<Image
|
||||||
|
alt="avatar image"
|
||||||
|
src={returnImageProxy(author?.avatar, author?.username)}
|
||||||
|
width={50}
|
||||||
|
height={50}
|
||||||
|
className="rounded-full mr-4"
|
||||||
|
/>
|
||||||
|
<p className='text-lg text-white'>
|
||||||
|
By{' '}
|
||||||
|
<a rel='noreferrer noopener' target='_blank' className='text-blue-300 hover:underline'>
|
||||||
|
{author?.username}
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
<ZapDisplay
|
<ZapDisplay
|
||||||
zapAmount={zapAmount}
|
zapAmount={zapAmount}
|
||||||
event={processedEvent}
|
event={processedEvent}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user