diff options
| author | Factiven <[email protected]> | 2023-05-02 20:40:01 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-05-02 20:40:01 +0700 |
| commit | 3f193e3e16addb401597a5f9cbab3590b5904d8c (patch) | |
| tree | 72a4750b122638a301a58aa6ff0eb267db7e2359 /components | |
| parent | Merge branch 'pre-production' of https://github.com/DevanAbinaya/Ani-Moopa in... (diff) | |
| download | moopa-3f193e3e16addb401597a5f9cbab3590b5904d8c.tar.xz moopa-3f193e3e16addb401597a5f9cbab3590b5904d8c.zip | |
Revamped 404 page
Diffstat (limited to 'components')
| -rw-r--r-- | components/footer.js | 4 |
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> |