mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 11:03:57 +00:00
fix
This commit is contained in:
@@ -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>
|
<Container>
|
||||||
{name && (
|
{name && (
|
||||||
<Item>
|
<Item>
|
||||||
<i className="mdi mdi-database" /> {name}
|
<span className="mdi mdi-database" /> {name}
|
||||||
</Item>
|
</Item>
|
||||||
)}
|
)}
|
||||||
{(displayName || server) && (
|
{(displayName || server) && (
|
||||||
|
|||||||
Reference in New Issue
Block a user