moved powered by calendso to center on mobile
This commit is contained in:
parent
b61cdbf40c
commit
58c1c935c2
1 changed files with 2 additions and 2 deletions
|
@ -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" }}
|
||||||
|
|
Loading…
Reference in a new issue