Browse Source

fix floating shortcut button

pull/2/head
Muhammad Sulaiman Yusuf 2 years ago
parent
commit
d48ecc9ec9
  1. 1
      src/views/SimproV2/Gantt/index.js

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

@ -103,6 +103,7 @@ const Gantt = (props) => {
<Fab
icon={<i className="fa fa-bars"/>}
alwaysShowTitle={true}
style={{bottom: 50, right: 24}}
>
<Action
text="Dashboard Project"

Loading…
Cancel
Save