diff options
| author | Factiven <[email protected]> | 2023-07-16 22:35:39 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-07-16 22:35:39 +0700 |
| commit | 1eee181e219dfd993d396ac3169e7aad3dd285eb (patch) | |
| tree | 23fe54e9c3f8810f3ac9ab6b29070b4f0d4b9d20 /pages/contact.js | |
| parent | removed console.log (diff) | |
| download | moopa-1eee181e219dfd993d396ac3169e7aad3dd285eb.tar.xz moopa-1eee181e219dfd993d396ac3169e7aad3dd285eb.zip | |
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)
Diffstat (limited to 'pages/contact.js')
| -rw-r--r-- | pages/contact.js | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/pages/contact.js b/pages/contact.js deleted file mode 100644 index c7da878..0000000 --- a/pages/contact.js +++ /dev/null @@ -1,19 +0,0 @@ -import Layout from "../components/layout"; - -const Contact = () => { - return ( - <Layout className=""> - <div className=" flex h-screen w-screen flex-col items-center justify-center font-karla font-bold"> - <h1>Contact Us</h1> - <p>If you have any questions or comments, please email us at:</p> - <p> - <a href="mailto:[email protected]?subject=[Moopa]%20-%20Your%20Subject"> - </a> - </p> - </div> - </Layout> - ); -}; - -export default Contact; |