Removes trailing whitespace causing web hydration errors (#4208)
This commit is contained in:
@@ -12,7 +12,8 @@ export const Footer: FC = () => {
|
|||||||
return (
|
return (
|
||||||
<footer className={styles.footer} id="footer">
|
<footer className={styles.footer} id="footer">
|
||||||
<span>
|
<span>
|
||||||
{t('Powered by Owncast')} <a href="https://owncast.online">v{versionNumber}</a>
|
{t('Powered by Owncast')}
|
||||||
|
<a href="https://owncast.online">v{versionNumber}</a>
|
||||||
</span>
|
</span>
|
||||||
<span className={styles.links}>
|
<span className={styles.links}>
|
||||||
<a href="https://owncast.online/docs" target="_blank" rel="noreferrer">
|
<a href="https://owncast.online/docs" target="_blank" rel="noreferrer">
|
||||||
|
|||||||
Reference in New Issue
Block a user