From 195ffb79c013225cf65e8b89b1f2be0b34adb2f6 Mon Sep 17 00:00:00 2001 From: Factiven Date: Wed, 13 Sep 2023 18:24:50 +0700 Subject: Update v4.0.1 - Merge pre-push to main (#73) * Create build-test.yml * initial v4 commit * update: github workflow * update: push on branch * Update .github/ISSUE_TEMPLATE/bug_report.md * configuring next.config.js file * Update v4.0.1 --- .gitignore | 1 + components/anime/mobile/topSection.js | 33 +++++---- components/home/content.js | 1 - components/home/staticNav.js | 38 ++++++----- components/navbar.js | 2 +- next.config.js | 124 +++++++++++++++++----------------- package.json | 2 +- pages/en/anime/recently-watched.js | 4 +- pages/en/index.js | 2 +- release.md | 17 ++--- 10 files changed, 111 insertions(+), 113 deletions(-) diff --git a/.gitignore b/.gitignore index bee076a..4d91deb 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ docker-compose.yml *.pem /assets/dummyData.json /backup +release-template.md # debug npm-debug.log* diff --git a/components/anime/mobile/topSection.js b/components/anime/mobile/topSection.js index 25d387f..4420d24 100644 --- a/components/anime/mobile/topSection.js +++ b/components/anime/mobile/topSection.js @@ -113,18 +113,22 @@ export function NewNavbar({ info, session, scrollP = 200, toTop = false }) { // title={sessions ? "Go to Profile" : "Login With AniList"} > */} {session ? ( -
signOut({ callbackUrl: "/" })} + onClick={() => signOut("AniListProvider")} className="hover:text-action" > Log out
- + ) : (
signOut({ callbackUrl: "/" })} + onClick={() => signOut("AniListProvider")} className="hover:text-action cursor-pointer" > Log out
- + ) : (