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