Skip to content

Commit

Permalink
update defeault
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathontoon committed Jan 9, 2020
1 parent 6403335 commit edd4687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const GRID_SIZE = 10;

export const DEFAULT_MEMO = {
id: "9346dc6c-f982-48ce-9e21-f6a334b367b3",
text: "Manifest is an incredibly simple grid-based pinboard for note taking.\n\nCreate as many notes as you want, and they will snap to the grid set by your current window size. All notes can be be moved, resized and deleted.\n\nYour browser's local storage is also utilized to save notes between session.\n\nManifest is free and completely open-source. Licensed under the GNU General Public License v2.0.\n\nIf you find a bug or have a suggestion feel free to file an issue on Github.\n\nhttps://github.com/jonathontoon/manifest/issues",
text: "Manifest is a grid-based pinboard for note taking.\n\nSimply click anywhere to create as many notes as you want and snap them to the grid set by your current window size. All notes can be be moved, resized and deleted.\n\nYour browser's local storage is also utilized to save notes between sessions.\n\nManifest is free and completely open-source. Licensed under the GNU General Public License v2.0.\n\nIf you find a bug or have a suggestion feel free to file an issue on Github.\n\nhttps://github.com/jonathontoon/manifest/issues",
position: {
top: 50,
left: 50
Expand Down

0 comments on commit edd4687

Please sign in to comment.