Add source param to documentation links

This commit is contained in:
Gabe Kangas
2021-03-04 00:53:50 -08:00
parent 7958fc6b32
commit f64699b379
11 changed files with 26 additions and 26 deletions

View File

@ -210,7 +210,7 @@ export default function MainLayout(props) {
<Content className="main-content-container">{children}</Content>
<Footer className="footer-container">
<a href="https://owncast.online/" target="_blank" rel="noopener noreferrer">
<a href="https://owncast.online/?source=admin" target="_blank" rel="noopener noreferrer">
About Owncast v{versionNumber}
</a>
</Footer>