diff --git a/app/components/VersionActions.css b/app/components/Actions.css similarity index 75% rename from app/components/VersionActions.css rename to app/components/Actions.css index f5eba6cf4e910ca80509de340740f9b87ba10805..ffd8bfc5945ac6e48af5ccb35c403563db6541fe 100644 --- a/app/components/VersionActions.css +++ b/app/components/Actions.css @@ -1,8 +1,8 @@ -.version-actions { +.actions { padding-bottom: 20px; } -.version-action { +.action { color: #4990E2; text-decoration-color: #aaa; text-decoration-skip: ink diff --git a/config/shared.js b/config/shared.js index 7b3591103875dfcc2cab5cf266c6f2d67380542e..f88b50f67572f5daefd818abec39997561c01844 100644 --- a/config/shared.js +++ b/config/shared.js @@ -5,7 +5,7 @@ const permissions = require('../permissions/index') module.exports = { 'pubsweet-server': { dbPath: path.join(__dirname, '..', 'api', 'db'), - API_ENDPOINT: '/api' + API_ENDPOINT: 'http://localhost:3000/api' }, 'pubsweet-client': { 'login-redirect': '/'