fix(web): add missing space in footer

This commit is contained in:
Gabe Kangas
2025-05-03 11:16:16 -07:00
parent ae0a02fdb9
commit 75a8819188
+1 -1
View File
@@ -13,7 +13,7 @@ export const Footer: FC = () => {
<footer className={styles.footer} id="footer">
<span>
{t('Powered by Owncast')}
<a href="https://owncast.online">v{versionNumber}</a>
<a href="https://owncast.online">&nbsp;v{versionNumber}</a>
</span>
<span className={styles.links}>
<a href="https://owncast.online/docs" target="_blank" rel="noreferrer">