Added anchor tags to faq links

This commit is contained in:
Mitchell McCaffrey
2020-05-03 18:30:01 +10:00
parent 60059ff447
commit 9e4cbbfb75
7 changed files with 25 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ function StartStreamButton({ onStreamStart, onStreamEnd, stream }) {
Browser not supported for audio sharing.
<br />
<br />
See <Link to="/faq">FAQ</Link> for more information.
See <Link to="/faq#radio">FAQ</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">FAQ</Link> for more information.
See <Link to="/faq#radio">FAQ</Link> for more information.
</Text>
</Box>
);