Skip to content

Commit

Permalink
blabla
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamartio committed Dec 11, 2021
1 parent 73ae33a commit d85347a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"deploy": "react-scripts build && firebase deploy"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 2 additions & 0 deletions src/components/sider/Sider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ export const Sider: FunctionComponent = observer(() => {
<span className="lead text-center flex-fill">Index</span>
<Button onClick={() => store.addNote()} className="d-inline-flex align-items-center">
<Icon.Plus/>


</Button>
</div>
<ListGroup flush>
Expand Down

0 comments on commit d85347a

Please sign in to comment.