Skip to content

Commit

Permalink
chore: rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
banushi-a committed Apr 11, 2024
1 parent 0461238 commit 50f6133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Image from "next/image";
import Link from "next/link";

import LoginButton from "~/components/login-button";
import LogoutButton from "./logout-button";
import LogoutButton from "~/components/logout-button";
import { cn } from "~/lib/utils";
import { altivoFont } from "~/styles/font";
import { useSession } from "next-auth/react";
Expand Down

0 comments on commit 50f6133

Please sign in to comment.