Merge branch 'master' into feature/multi-map

This commit is contained in:
Mitchell McCaffrey
2020-04-25 00:08:54 +10:00
10 changed files with 57 additions and 102 deletions

View File

@@ -1,7 +1,9 @@
import React, { useState } from "react";
import { IconButton, Box, Text, Link } from "theme-ui";
import { IconButton, Box, Text } from "theme-ui";
import adapter from "webrtc-adapter";
import Link from "../Link";
import StartStreamModal from "../../modals/StartStreamModal";
function StartStreamButton({ onStreamStart, onStreamEnd, stream }) {
@@ -20,7 +22,7 @@ function StartStreamButton({ onStreamStart, onStreamEnd, stream }) {
Browser not supported for audio sharing.
<br />
<br />
See <Link href="#/faq">FAQ</Link> for more information.
See <Link to="/faq">FAQ</Link> for more information.
</Text>
</Box>
);
@@ -33,7 +35,7 @@ function StartStreamButton({ onStreamStart, onStreamEnd, stream }) {
Ensure "Share audio" is selected when sharing.
<br />
<br />
See <Link href="#/faq">FAQ</Link> for more information.
See <Link to="/faq">FAQ</Link> for more information.
</Text>
</Box>
);