Bug in profile.

This commit is contained in:
charlesgauthereau
2025-12-21 20:17:05 +01:00
parent 86f50e5741
commit 57d9b8da1e
4 changed files with 99 additions and 36 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import {ModeToggle} from "@/features/theme/ModeToggle";
import {currentUser} from "@/lib/auth/current-user";
import {BreadCrumbsWrapper} from "@/components/wrappers/common/bread-crumbs/bread-crumbs";
import GitHubStarsButtonCustom from "@/components/wrappers/common/github/github-button";
import {LoggedInButton} from "@/components/wrappers/dashboard/common/logged-in/logged-in-button";
import {LoggedInButton} from "@/components/wrappers/dashboard/common/logged-in/logged-in-button.server";
export const Header = async () => {
const user = await currentUser();