mirror of
https://github.com/dbgate/dbgate
synced 2024-11-08 04:35:58 +00:00
fix
This commit is contained in:
parent
1de4294a4e
commit
1169e23997
@ -1,5 +0,0 @@
|
||||
import React from 'react';
|
||||
|
||||
export default function IconSpan({ icon }) {
|
||||
return <span className={icon} />;
|
||||
}
|
@ -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) && (
|
||||
|
Loading…
Reference in New Issue
Block a user