Skip to content

Commit

Permalink
fix: Removed Save Button
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydrichards committed Jul 2, 2020
1 parent 2b42d58 commit ac985e8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions components/LifePlastic/UI/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,9 @@ const UIButtons: React.FC<NavProps> = ({
addRecyclable,
resetState,
modeChange,
saveSystem,
}) => {
return (
<div style={{ position: "absolute", top: -190 }}>
<Button
style={{
top: "1350px",
left: "685px",
position: "absolute",
transform: "rotate(0deg)",
}}
onClick={() => saveSystem()}
>
SAVE
</Button>
<Button
style={{
top: "1350px",
Expand Down

0 comments on commit ac985e8

Please sign in to comment.