Skip to content

Commit 0202cc4

Browse files
committed
stickyboard-core v1.0.0 installed.
1 parent 2f9045a commit 0202cc4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "StickyBoard",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"private": true,
55
"author": "soaple",
66
"scripts": {

src/components/base/Layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ class Layout extends React.Component {
421421
color='inherit'
422422
noWrap
423423
className={classes.appBarTitle}
424-
onClick={() =>{ window.location = '/' }}>
424+
onClick={() => { window.location = '/' }}>
425425
StickyBoard
426426
</Typography>
427427

0 commit comments

Comments
 (0)