🆙 Cleanup Y Player

This commit is contained in:
duckietm
2026-04-10 11:56:05 +02:00
parent e7cf7809bc
commit d61428c7d2
@@ -554,20 +554,6 @@ export const YouTubePlayerView: FC<{}> = () => {
📋 Quick share
</div>
<div className="grid grid-cols-2 gap-2">
<button
onClick={() => {
if (videoId) {
navigator.clipboard.writeText(
`📺 https://youtube.com/watch?v=${videoId}`,
);
alert("Copied to clipboard!");
}
}}
disabled={!videoId}
className="px-3 py-2 bg-gray-700 rounded text-white text-sm disabled:opacity-50"
>
📋 Copy with emoji
</button>
<button
onClick={() => {
if (videoId) {