mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 22:26:01 +00:00
used mdi icons instead of font awesome
This commit is contained in:
@@ -12,7 +12,7 @@ export default function DropDownButton({ children }) {
|
||||
|
||||
return (
|
||||
<InlineButton buttonRef={buttonRef} onClick={handleShowMenu} square>
|
||||
<i className="fas fa-chevron-down" />
|
||||
<span className="mdi mdi-chevron-down" />
|
||||
</InlineButton>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user