Skip to content

Commit

Permalink
refactor: init project name
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy44458 committed Feb 23, 2023
1 parent 32c9891 commit 85a41ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/factories/stateFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function newState (height, width, gridUnit, cornerSize, gapSize, project) {
isAuthorized: false,
authenticatedUser: null
},
project: project || newProject('Digital Microfluidics Chip Project', gridUnit, cornerSize, gapSize, height, width)
project: project || newProject('My Project', gridUnit, cornerSize, gapSize, height, width)
}
}

Expand Down

0 comments on commit 85a41ea

Please sign in to comment.