mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 14:46:01 +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>
|
||||
{name && (
|
||||
<Item>
|
||||
<i className="mdi mdi-database" /> {name}
|
||||
<span className="mdi mdi-database" /> {name}
|
||||
</Item>
|
||||
)}
|
||||
{(displayName || server) && (
|
||||
|
||||
Reference in New Issue
Block a user