import { GiftIcon } from "@heroicons/react/outline"; export default function DonateBanner() { if (location.hostname.endsWith(".cal.com")) { return null; } return ( <>

Support the ongoing development You're using the free self-hosted version. Support the ongoing development by making a donation.

); }