mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 22:26:01 +00:00
fix
This commit is contained in:
@@ -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) && (
|
||||
|
||||
Reference in New Issue
Block a user