Update topbar.tsx

This commit is contained in:
Tom (plebeius.eth)
2025-02-11 12:26:59 +01:00
parent c5365bc12d
commit 69389f21ab
+1 -1
View File
@@ -194,7 +194,7 @@ const TopBarMobile = ({ subplebbitAddress }: { subplebbitAddress: string }) => {
}, []);
return (
<div className={styles.boardNavMobile} id='sticky-menu' style={{ top: visible ? 0 : '-23px' }}>
<div className={styles.boardNavMobile} style={{ top: visible ? 0 : '-23px' }}>
<div className={styles.boardSelect}>
<strong>{t('board')}</strong>
{boardSelect}