diff options
| author | Factiven <[email protected]> | 2023-05-09 19:35:17 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-09 19:35:17 +0700 |
| commit | 979cee32a4c2407013142f6604ef7c918dd2957f (patch) | |
| tree | caeacf5a945fa3c1a69613da036cd44d4839c9ca /pages/dmca.js | |
| parent | Small Patch to v3.5.4 (diff) | |
| download | moopa-979cee32a4c2407013142f6604ef7c918dd2957f.tar.xz moopa-979cee32a4c2407013142f6604ef7c918dd2957f.zip | |
Update v3.5.5
> Now Skip button will hide if player is not in focused state.
> Added some options to player.
> Manga images should be displayed now.
Diffstat (limited to 'pages/dmca.js')
| -rw-r--r-- | pages/dmca.js | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/pages/dmca.js b/pages/dmca.js index eeed80c..f306054 100644 --- a/pages/dmca.js +++ b/pages/dmca.js @@ -91,8 +91,14 @@ export default function DMCA() { downloading/uploading of movies. We only post links that are available on the internet. If you believe that any content on our website infringes upon your intellectual property rights and - you hold the copyright for that content, please report it to - [email protected] and the content will be immediately removed. + you hold the copyright for that content, please report it to{" "} + <a + href="mailto:[email protected]?subject=[Moopa]%20-%20Your%20Subject" + className="font-semibold" + > + </a>{" "} + and the content will be immediately removed. </p> </div> </div> |