diff --git a/public/favicon.ico b/public/favicon.ico index f76db61..06d4cd4 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/App.vue b/src/App.vue index 52be9b5..8e394e4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,7 +6,7 @@ - + @@ -187,6 +187,12 @@ export default { .logo { flex-shrink: 0; margin-right: 1rem; + width: 2rem; + height: 2rem; + background-image: url("./assets/icon/favicon.svg"); + background-position: center; + background-repeat: no-repeat; + background-size: contain; } .menu { diff --git a/src/assets/icon/favicon.svg b/src/assets/icon/favicon.svg new file mode 100644 index 0000000..661e910 --- /dev/null +++ b/src/assets/icon/favicon.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file