aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-05-02 20:40:01 +0700
committerFactiven <[email protected]>2023-05-02 20:40:01 +0700
commit3f193e3e16addb401597a5f9cbab3590b5904d8c (patch)
tree72a4750b122638a301a58aa6ff0eb267db7e2359 /components
parentMerge branch 'pre-production' of https://github.com/DevanAbinaya/Ani-Moopa in... (diff)
downloadmoopa-3f193e3e16addb401597a5f9cbab3590b5904d8c.tar.xz
moopa-3f193e3e16addb401597a5f9cbab3590b5904d8c.zip
Revamped 404 page
Diffstat (limited to 'components')
-rw-r--r--components/footer.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/components/footer.js b/components/footer.js
index db32d90..22c6868 100644
--- a/components/footer.js
+++ b/components/footer.js
@@ -79,7 +79,9 @@ function Footer() {
<Link href="/dmca">DMCA</Link>
</li>
<li className="cursor-pointer hover:text-action">
- <Link href="/contact">Github</Link>
+ <Link href="https://github.com/DevanAbinaya/Ani-Moopa">
+ Github
+ </Link>
</li>
</ul>
</div>