Browse Source

Removing fab

pull/2/head
Wahyu Ramadhan 1 year ago
parent
commit
7bcf84f81f
  1. 11
      src/views/Dashboard/DashboardProject.js
  2. 12
      src/views/SimproV2/Gantt/index.js

11
src/views/Dashboard/DashboardProject.js

@ -562,17 +562,6 @@ const DashboardProject = () => {
return (
<div style={{ marginLeft: -25, marginRight: -25 }}>
<NotificationContainer />
<Fab
icon={<i className="fa fa-bars" />}
alwaysShowTitle={true}
>
<Action
text="Gantt Chart"
onClick={() => handleRedirect()}
>
<i className="fa fa-gears" />
</Action>
</Fab>
<Row>
<Col span={18}>
<Row>

12
src/views/SimproV2/Gantt/index.js

@ -100,18 +100,6 @@ const Gantt = (props) => {
<div style={{ margin: "-15px", marginBottom: "-30px" }}>
{ready && <RenderGantt />}
</div>
<Fab
icon={<i className="fa fa-bars"/>}
alwaysShowTitle={true}
style={{bottom: 50, right: 24}}
>
<Action
text="Dashboard Project"
onClick={() => handleRedirect()}
>
<i className="fa fa-line-chart" />
</Action>
</Fab>
</>
);
}

Loading…
Cancel
Save