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 --- components/anime/mobile/topSection.js | 33 ++++++++++++++++-------------- components/home/content.js | 1 - components/home/staticNav.js | 38 ++++++++++++++++++----------------- components/navbar.js | 2 +- 4 files changed, 39 insertions(+), 35 deletions(-) (limited to 'components') 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
- + ) : (