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:
@@ -204,7 +204,9 @@ export default function MainLayout(props) {
|
||||
<Content className="main-content-container">{children}</Content>
|
||||
|
||||
<Footer className="footer-container">
|
||||
<a href="https://owncast.online/">About Owncast v{versionNumber}</a>
|
||||
<a href="https://owncast.online/" target="_blank" rel="noopener noreferrer">
|
||||
About Owncast v{versionNumber}
|
||||
</a>
|
||||
</Footer>
|
||||
</Layout>
|
||||
</Layout>
|
||||
|
||||
Reference in New Issue
Block a user