Removes trailing whitespace causing web hydration errors (#4208)

This commit is contained in:
mahmed2000
2025-02-15 06:49:08 +00:00
committed by GitHub
parent a29385e31c
commit 849c4e85b0

View File

@@ -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">