fix: Add support for mm.tt mindmeister links

This commit is contained in:
Tom Moor
2019-07-25 22:42:23 -07:00
parent a8d8fecd15
commit 5ec2c3c7a0
3 changed files with 12 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ import * as React from 'react';
import Frame from './components/Frame';
const URL_REGEX = new RegExp(
'https://([w.-]+.)?modeanalytics.com/(.*)/reports/(.*)$'
'^https://([w.-]+.)?modeanalytics.com/(.*)/reports/(.*)$'
);
type Props = {