Skip to content

Commit

Permalink
chore(frontend): remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
anupcowkur committed Aug 20, 2024
1 parent 6f7cd8f commit b52405c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/dashboard/app/components/video_play_button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ const VideoPlayButton: React.FC<VideoPlayButtonProps> = ({ onClick }) => (
className="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 bg-black bg-opacity-75 rounded-full p-4 hover:bg-opacity-100 transition-all duration-200"
>
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24" fill="white" stroke="currentColor" strokeWidth="1" strokeLinecap="round" strokeLinejoin="round">
{/* <polygon points="5 3 19 12 5 21 5 3"></polygon> */}
{/* <polygon points="7 5 17 12 7 19 7 5"></polygon> */}
<polygon points="8 5 18 12 8 19 8 5"></polygon>
</svg>
</button>
Expand Down

0 comments on commit b52405c

Please sign in to comment.