Merge branch 'develop' into login-signup-issue
This commit is contained in:
commit
16860d76dd
4 changed files with 9 additions and 8 deletions
|
@ -113,7 +113,7 @@
|
||||||
padding-right: #{20 / $base-font-size}rem;
|
padding-right: #{20 / $base-font-size}rem;
|
||||||
|
|
||||||
& .nav__dropdown {
|
& .nav__dropdown {
|
||||||
width: #{122 / $base-font-size}rem;
|
width: #{125 / $base-font-size}rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "p5.js-web-editor",
|
"name": "p5.js-web-editor",
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "p5.js-web-editor",
|
"name": "p5.js-web-editor",
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
"description": "The web editor for p5.js.",
|
"description": "The web editor for p5.js.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf dist",
|
"clean": "rimraf dist",
|
||||||
|
|
|
@ -86,13 +86,13 @@
|
||||||
"Password": "Password",
|
"Password": "Password",
|
||||||
"ConfirmPassword": "Confirm Password",
|
"ConfirmPassword": "Confirm Password",
|
||||||
"OpenedNewSketch": "Opened new sketch.",
|
"OpenedNewSketch": "Opened new sketch.",
|
||||||
"Hello": "Hello",
|
"Hello": "Hello",
|
||||||
"MyAccount": "My Account",
|
"MyAccount": "My Account",
|
||||||
"My":"My",
|
"My":"My",
|
||||||
"Sketches": "My sketches",
|
"MySketches": "My Sketches",
|
||||||
"Collections": "My collections",
|
"MyCollections": "My Collections",
|
||||||
"Asset": "Asset",
|
"Asset": "Asset",
|
||||||
"MyAssets": "My assets",
|
"MyAssets": "My Assets",
|
||||||
"TitleAbout": "p5.js Web Editor | About",
|
"TitleAbout": "p5.js Web Editor | About",
|
||||||
"CodeEditing": "Code Editing",
|
"CodeEditing": "Code Editing",
|
||||||
"Error": "Error",
|
"Error": "Error",
|
||||||
|
@ -109,7 +109,8 @@
|
||||||
"FindPreviousTextMatch": "Find Previous Text Match",
|
"FindPreviousTextMatch": "Find Previous Text Match",
|
||||||
"Code editing keyboard shortcuts follow": "Code editing keyboard shortcuts follow",
|
"Code editing keyboard shortcuts follow": "Code editing keyboard shortcuts follow",
|
||||||
"Sublime Text shortcuts": "Sublime Text shortcuts",
|
"Sublime Text shortcuts": "Sublime Text shortcuts",
|
||||||
"WarningUnsavedChanges": "Are you sure you want to leave this page? You have unsaved changes."
|
"WarningUnsavedChanges": "Are you sure you want to leave this page? You have unsaved changes.",
|
||||||
|
"LogOut": "Log Out"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue