diff --git a/package.json b/package.json index a3e3b56be..347e9d0c2 100644 --- a/package.json +++ b/package.json @@ -214,6 +214,7 @@ "vue-loader": "15.4.2", "vue-router": "3.0.1", "vue-style-loader": "4.1.2", + "vue-svg-inline-loader": "1.1.3", "vue-template-compiler": "2.5.17", "vuedraggable": "2.16.0", "vuewordcloud": "18.7.11", diff --git a/src/client/app/desktop/views/pages/welcome.vue b/src/client/app/desktop/views/pages/welcome.vue index 261642cab..f8f49bf99 100644 --- a/src/client/app/desktop/views/pages/welcome.vue +++ b/src/client/app/desktop/views/pages/welcome.vue @@ -14,7 +14,7 @@

{{ name }}

-

+

{{ host }} - @@ -377,9 +377,11 @@ export default Vue.extend({ > h1 margin 0 - > img + > svg margin -8px 0 0 -16px - max-width 280px + width 280px + height 100px + fill currentColor > .info margin 0 auto 16px auto diff --git a/src/client/assets/title.light.svg b/src/client/assets/title.light.svg deleted file mode 100644 index 95ad11c39..000000000 Binary files a/src/client/assets/title.light.svg and /dev/null differ diff --git a/src/client/assets/title.dark.svg b/src/client/assets/title.svg similarity index 92% rename from src/client/assets/title.dark.svg rename to src/client/assets/title.svg index 10139024a..0e4e0b8b3 100644 Binary files a/src/client/assets/title.dark.svg and b/src/client/assets/title.svg differ diff --git a/webpack.config.ts b/webpack.config.ts index 382208057..3b14ee4a8 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -134,6 +134,8 @@ module.exports = { preserveWhitespace: false } } + }, { + loader: 'vue-svg-inline-loader' }, { loader: 'replace', query: {