Update GoogleCalendar.js

This commit is contained in:
Matheus Breguêz
2021-07-09 11:53:56 -03:00
committed by GitHub
parent 0e91084756
commit ef99201c9d

View File

@@ -3,7 +3,7 @@ import * as React from "react";
import Image from "components/Image";
import Frame from "./components/Frame";
const URL_REGEX = new RegExp("^https?://calendar.google.com/calendar/(.*)$");
const URL_REGEX = new RegExp("^https?://calendar.google.com/calendar/embed?src=(.*)$");
type Props = {|
attrs: {|