added target _blank to powered by calendso banner, so iframes dont load the page inside the embed

This commit is contained in:
Peer Richelsen 2021-07-22 21:56:29 +02:00
parent e6790281b6
commit c5d0636da0

View file

@ -2,8 +2,9 @@ import Link from "next/link";
const PoweredByCalendso = () => (
<div className="text-xs text-center sm:text-right pt-1">
<Link href="https://calendso.com">
<a className="dark:text-white text-gray-500 opacity-50 hover:opacity-100">
<Link
href={`https://calendso.com?utm_source=${process.env.BASE_URL}&utm_medium=powered-by-button&utm_campaign=embed`}>
<a target="_blank" className="dark:text-white text-gray-500 opacity-50 hover:opacity-100">
powered by{" "}
<img
style={{ top: -2 }}