diff --git a/views/public/1.png b/views/public/1.png deleted file mode 100644 index 118e7941970abd26ded6916d8098bf31e7fd3f10..0000000000000000000000000000000000000000 Binary files a/views/public/1.png and /dev/null differ diff --git a/views/public/index.html b/views/public/index.html index e4aad81b7af6607f9ead60aa634816d35b45186a..574013fc087afd747efd9de327032adfef3cdbdd 100644 --- a/views/public/index.html +++ b/views/public/index.html @@ -4,7 +4,7 @@ - + views diff --git a/views/public/logo.png b/views/public/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..2e4f65dbf2f24ba0a7314f4bb9216fa98a7c9868 Binary files /dev/null and b/views/public/logo.png differ diff --git a/views/src/App.vue b/views/src/App.vue index f888f548454a9a42967eea1dfbee22d6baf3fbad..fd8fb4dc76ed0163eae2768b65ba02d6d6f09923 100644 --- a/views/src/App.vue +++ b/views/src/App.vue @@ -1,7 +1,7 @@ diff --git a/views/src/main.js b/views/src/main.js index 63eb05f711c8cb5cda45128882fa69c351f105fb..47aa84f55cc97b82519c21fcdc6ca7289292ba62 100644 --- a/views/src/main.js +++ b/views/src/main.js @@ -5,4 +5,4 @@ Vue.config.productionTip = false new Vue({ render: h => h(App), -}).$mount('#app') +}).$mount('#app') \ No newline at end of file