mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 15:36:18 +00:00
@@ -554,20 +554,6 @@ export const YouTubePlayerView: FC<{}> = () => {
|
|||||||
📋 Quick share
|
📋 Quick share
|
||||||
</div>
|
</div>
|
||||||
<div className="grid grid-cols-2 gap-2">
|
<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
|
<button
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
if (videoId) {
|
if (videoId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user