diff --git a/public/index.html b/public/index.html index 7d93f41..3d2ceaf 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ - + <%= htmlWebpackPlugin.options.title %> diff --git a/public/logo.png b/public/logo.png deleted file mode 100644 index f3d2503..0000000 Binary files a/public/logo.png and /dev/null differ diff --git a/public/logo.svg b/public/logo.svg new file mode 100644 index 0000000..2ee327e --- /dev/null +++ b/public/logo.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/assets/images/logo.svg b/src/assets/images/logo.svg index ea74ee9..2ee327e 100644 --- a/src/assets/images/logo.svg +++ b/src/assets/images/logo.svg @@ -1,3 +1,12 @@ - - + + + + + + + + + + + diff --git a/src/components/TheHeader.vue b/src/components/TheHeader.vue index 9627d22..18d7072 100644 --- a/src/components/TheHeader.vue +++ b/src/components/TheHeader.vue @@ -1,7 +1,7 @@