@ -7,26 +7,20 @@ export type FooterProps = {
export const Footer : FC < FooterProps > = ( { version } ) = > (
export const Footer : FC < FooterProps > = ( { version } ) = > (
< div className = { styles . footer } >
< div className = { styles . footer } >
< div className = { styles . text } >
< span >
Powered by < a href = "https://owncast.online" > { version } < / a >
Powered by < a href = "https://owncast.online" > { version } < / a >
< / div >
< / span >
< div className = { styles . links } >
< span className = { styles . links } >
< div className = { styles . item } >
< a href = "https://owncast.online/docs" target = "_blank" rel = "noreferrer" >
< a href = "https://owncast.online/docs" target = "_blank" rel = "noreferrer" >
Documentation
Documentation
< / a >
< / a >
< a href = "https://owncast.online/help" target = "_blank" rel = "noreferrer" >
< / div >
Contribute
< div className = { styles . item } >
< / a >
< a href = "https://owncast.online/help" target = "_blank" rel = "noreferrer" >
< a href = "https://github.com/owncast/owncast" target = "_blank" rel = "noreferrer" >
Contribute
Source
< / a >
< / a >
< / div >
< / span >
< div className = { styles . item } >
< a href = "https://github.com/owncast/owncast" target = "_blank" rel = "noreferrer" >
Source
< / a >
< / div >
< / div >
< / div >
< / div >
) ;
) ;
export default Footer ;
export default Footer ;