"use client"; import Link from "next/link"; import { usePathname } from "next/navigation"; import { ChevronUpIcon } from "@iconicicons/react"; import { Button } from "@lemonsqueezy/wedges"; import { GithubIcon } from "./Icons"; export function EditPageLink() { return (