moved powered by calendso to center on mobile

This commit is contained in:
Peer Richelsen 2021-07-03 22:22:56 +02:00
parent b61cdbf40c
commit 58c1c935c2

View file

@ -1,7 +1,7 @@
import Link from "next/link"; import Link from "next/link";
const PoweredByCalendso = (props) => ( const PoweredByCalendso = () => (
<div className="text-xs text-right pt-1"> <div className="text-xs text-center sm:text-right pt-1">
<Link href="https://calendso.com"> <Link href="https://calendso.com">
<a <a
style={{ color: "#104D86" }} style={{ color: "#104D86" }}