diff --git a/build/webpack.config.js b/build/webpack.config.js index 9ff9248..d4a862a 100644 --- a/build/webpack.config.js +++ b/build/webpack.config.js @@ -102,7 +102,7 @@ module.exports = (env, argv) => { new CopyWebpackPlugin({ patterns: [ { from: path.resolve(LIB, 'index.php'), to: 'index.php' }, - { from: path.resolve(SRC, 'images', 'logo_title.png'), to: 'images' }, + { from: path.resolve(SRC, 'images', 'logo_title.svg'), to: 'images' }, { from: path.resolve(SRC, 'images', 'spot-logo-only.svg'), to: 'images' } ] }), diff --git a/src/components/projectSettings.vue b/src/components/projectSettings.vue index c84f29b..e3a3cd2 100644 --- a/src/components/projectSettings.vue +++ b/src/components/projectSettings.vue @@ -77,7 +77,7 @@ export default {
+ {{ lang.get('feed.last_update')+' '+lastUpdate.relative_time }}