mirror of
https://github.com/outline/outline.git
synced 2026-04-28 21:49:32 -05:00
Update GoogleCalendar.js
This commit is contained in:
@@ -3,7 +3,7 @@ import * as React from "react";
|
|||||||
import Image from "components/Image";
|
import Image from "components/Image";
|
||||||
import Frame from "./components/Frame";
|
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 = {|
|
type Props = {|
|
||||||
attrs: {|
|
attrs: {|
|
||||||
|
|||||||
Reference in New Issue
Block a user