Skip to content

Commit

Permalink
attempt to get url in header
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMonkey committed Jul 25, 2024
1 parent 1d343ce commit 3407980
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/gifting-concierge/src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ import Image from "next/image";
import Link from "next/link";
import { createClient } from "~/supabase/server";
import { HeaderNavigation } from "./header/navigation";
//import { usePathname } from "next/navigation";

export function Header({ showModeToggle }: { showModeToggle?: boolean }) {

return (
<div className="sticky top-0 z-50">
<header className="flex w-full flex-col gap-3 p-3 md:h-16 md:flex-row md:items-center lg:px-4 bg-black/70 backdrop-blur-3xl supports-[backdrop-filter]:bg-white/30 shadow-sm">
Expand Down

0 comments on commit 3407980

Please sign in to comment.