added target _blank to powered by calendso banner, so iframes dont load the page inside the embed
This commit is contained in:
parent
e6790281b6
commit
c5d0636da0
1 changed files with 3 additions and 2 deletions
|
@ -2,8 +2,9 @@ import Link from "next/link";
|
||||||
|
|
||||||
const PoweredByCalendso = () => (
|
const PoweredByCalendso = () => (
|
||||||
<div className="text-xs text-center sm:text-right pt-1">
|
<div className="text-xs text-center sm:text-right pt-1">
|
||||||
<Link href="https://calendso.com">
|
<Link
|
||||||
<a className="dark:text-white text-gray-500 opacity-50 hover:opacity-100">
|
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{" "}
|
powered by{" "}
|
||||||
<img
|
<img
|
||||||
style={{ top: -2 }}
|
style={{ top: -2 }}
|
||||||
|
|
Loading…
Reference in a new issue