This commit is contained in:
Jan Prochazka
2020-11-10 17:15:14 +01:00
parent 1de4294a4e
commit 1169e23997
2 changed files with 1 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ export default function StatusBar() {
<Container>
{name && (
<Item>
<i className="mdi mdi-database" /> {name}
<span className="mdi mdi-database" /> {name}
</Item>
)}
{(displayName || server) && (