mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
🆙 Cleanup Y Player
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user