Add targets to most of the doc links (#50)
* Add targets to most of the doc links. Should fix #49 * Prettified Code! Co-authored-by: graywolf336 <graywolf336@users.noreply.github.com>
This commit is contained in:
@@ -121,7 +121,14 @@ export default function Help() {
|
||||
{' '}
|
||||
FAQ
|
||||
</a>{' '}
|
||||
or exist in our <a href="https://github.com/owncast/owncast/discussions">discussions</a>
|
||||
or exist in our{' '}
|
||||
<a
|
||||
href="https://github.com/owncast/owncast/discussions"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
discussions
|
||||
</a>
|
||||
</div>
|
||||
),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user