Skip to content

Commit

Permalink
stickyboard-core v1.0.0 installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
soaple committed Dec 5, 2019
1 parent 2f9045a commit 0202cc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "StickyBoard",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"author": "soaple",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/base/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ class Layout extends React.Component {
color='inherit'
noWrap
className={classes.appBarTitle}
onClick={() =>{ window.location = '/' }}>
onClick={() => { window.location = '/' }}>
StickyBoard
</Typography>

Expand Down

0 comments on commit 0202cc4

Please sign in to comment.