Skip to content

Commit

Permalink
changed supabase server client to client component client on header
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Baz authored and Tim Baz committed Jun 27, 2023
1 parent c7507e5 commit d2d8009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/layout/header.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ProfileButton, SignInButton } from "@/components/login";
import { Logo } from "@/components/shared/icons";
import supabase from "@/utils/supabase-server";
import React from "react";
import {supabase} from "@/utils/supabase-client";
import React, {useEffect}from "react";

const Header = async () => {
const {
Expand Down

0 comments on commit d2d8009

Please sign in to comment.