Fix FaPlay icon TypeScript error
This commit is contained in:
parent
e241e0946b
commit
5f68cd48ba
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ const VideoGallery: React.FC = () => {
|
|||
preload="metadata"
|
||||
/>
|
||||
<div className="absolute inset-0 bg-black bg-opacity-30 flex items-center justify-center">
|
||||
<FaPlay className="text-white text-5xl opacity-80" />
|
||||
<FaPlay size={48} color="white" style={{ opacity: 0.8 }} />
|
||||
</div>
|
||||
</div>
|
||||
<div className="p-3 bg-[#6B1631]">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue