From 1eee181e219dfd993d396ac3169e7aad3dd285eb Mon Sep 17 00:00:00 2001 From: Factiven Date: Sun, 16 Jul 2023 22:35:39 +0700 Subject: Update v3.6.4 - Added Manga page with a working tracker for AniList user - Added schedule component to home page - Added disqus comment section so you can fight on each other (not recommended) - Added /id and /en route for english and indonesian subs (id route still work in progress) --- components/media/discord.js | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 components/media/discord.js (limited to 'components/media/discord.js') diff --git a/components/media/discord.js b/components/media/discord.js deleted file mode 100644 index dd8781d..0000000 --- a/components/media/discord.js +++ /dev/null @@ -1,16 +0,0 @@ -function Discord(props) { - return ( - - - - ); -} - -export default Discord; -- cgit v1.2.3