Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit ab67d64

Browse files
Add files via upload
1 parent baada3e commit ab67d64

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

src/Pages/Details.js

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { Link, useParams } from "react-router-dom";
33
import { Helmet } from "react-helmet";
44
import axios from "axios";
55
import LoadingBar from 'react-top-loading-bar';
6+
import Footer from "../Components/footer";
67
export default function Details(props) {
78
const { animeId } = useParams();
89

@@ -46,7 +47,7 @@ export default function Details(props) {
4647
</p>
4748
<div className="stream">
4849
<Link
49-
to={`/test/${watch}`}
50+
to={`/watch/${watch}`}
5051
state={{ animeID: `${animeId}` }}
5152
onClick={() => {
5253
props.handelClick();
@@ -74,17 +75,7 @@ export default function Details(props) {
7475
</div>
7576
)}
7677
</div>
77-
<div className="footer">
78-
<div className="footer-content">
79-
<div className="footer-icons">
80-
<i class="fa-brands fa-telegram"></i>
81-
<i class="fa-brands fa-discord" onClick={() => openInNewTab("https://discord.gg/rap6A2TYds")}></i>
82-
<i class="fa-brands fa-github" onClick={() => openInNewTab("https://github.com/ShivaBhattacharjee/betaanime.git")}></i>
83-
</div>
84-
<h3>Anime <span>Trix</span></h3>
85-
<p>AnimeTrix is not affiliated with or endorsed by any of the anime studios behind the creation of the anime presented on this site. This website is only an user interface presenting/linking various self-hosted files across the internet by other third-party providers for easy access . AnimeTrix never downloads the video from any source provider, link will be returned from the response hence it is completely not subjected to DMCA compliant</p>
86-
</div>
87-
</div>
78+
<Footer/>
8879
</>
8980
);
9081
}

0 commit comments

Comments
 (0)