Fix FaPlay icon TypeScript error

This commit is contained in:
TheMaddax 2025-10-14 14:20:46 -06:00
parent e241e0946b
commit 5f68cd48ba

View file

@ -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]">