diff --git a/components/DonateBanner.tsx b/components/DonateBanner.tsx new file mode 100644 index 00000000..dbab9296 --- /dev/null +++ b/components/DonateBanner.tsx @@ -0,0 +1,44 @@ +import { GiftIcon } from "@heroicons/react/outline"; +export default function DonateBanner() { + +if (location.hostname.endsWith(".calendso.com")) { +return null; +} + + return ( + <> +
++ + Support the ongoing development + + + You're using the free self-hosted version. Support the + ongoing development. + +
+