mirror of
https://github.com/outline/outline.git
synced 2026-03-03 10:20:23 -06:00
Update GoogleCalendar.js
This commit is contained in:
@@ -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: {|
|
||||
|
||||
Reference in New Issue
Block a user