Remove audio sharing from FAQ and add default open based on how to url

This commit is contained in:
Mitchell McCaffrey
2020-07-12 18:59:28 +10:00
parent ae028f197e
commit 8cf9ddd8ce
6 changed files with 38 additions and 30 deletions

View File

@@ -22,7 +22,7 @@ function StartStreamButton({ onStreamStart, onStreamEnd, stream }) {
Browser not supported for audio sharing.
<br />
<br />
See <Link to="/faq#radio">FAQ</Link> for more information.
See <Link to="/howTo#sharingAudio">How To</Link> for more information.
</Text>
</Box>
);
@@ -35,7 +35,7 @@ function StartStreamButton({ onStreamStart, onStreamEnd, stream }) {
Ensure "Share audio" is selected when sharing.
<br />
<br />
See <Link to="/faq#radio">FAQ</Link> for more information.
See <Link to="/howTo#sharingAudio">How To</Link> for more information.
</Text>
</Box>
);