Disabled the internship header edit button because I cannot figure out what I was intending to do with it; Moved the page editor's save button to the upper right corner of the page (may want to move it over the bottom right corner of the screen instead?); Changed the position of the logout icon slightly and gave it a tool tip.
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "meteor run",
|
||||
"build": "npm install --product && meteor build --architecture os.linux.x86_64 --server-only ../"
|
||||
"build": "npm install --product && meteor build --architecture os.linux.x86_64 --server-only ../",
|
||||
"mongodump": "mongodump -h 127.0.0.1 --port 3001 -d meteor"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "latest",
|
||||
|
||||
Reference in New Issue
Block a user