mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 06:06:01 +00:00
left menu icon design
This commit is contained in:
@@ -2,10 +2,7 @@ import React from "react";
|
||||
import theme from "./theme";
|
||||
import styled from "styled-components";
|
||||
import FilesTabsPanel from "./FilesTabsPanel";
|
||||
|
||||
|
||||
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
|
||||
import { faTable } from '@fortawesome/free-solid-svg-icons'
|
||||
import SideIconPanel from "./SideIconPanel";
|
||||
|
||||
const BodyDiv = styled.div`
|
||||
position: fixed;
|
||||
@@ -56,7 +53,9 @@ const StausBar = styled.div`
|
||||
export default function Screen({ children }) {
|
||||
return (
|
||||
<>
|
||||
<IconBar><FontAwesomeIcon icon={faTable} color='gray' size='2x'/></IconBar>
|
||||
<IconBar>
|
||||
<SideIconPanel />
|
||||
</IconBar>
|
||||
<LeftPanel></LeftPanel>
|
||||
<TabsPanel>
|
||||
<FilesTabsPanel></FilesTabsPanel>
|
||||
|
||||
Reference in New Issue
Block a user