diff --git a/taskmanager/taskqueue-web/index.html b/taskmanager/taskqueue-web/index.html index 3c8c78f..3067618 100644 --- a/taskmanager/taskqueue-web/index.html +++ b/taskmanager/taskqueue-web/index.html @@ -9,11 +9,11 @@ - - - - - + + + + + diff --git a/taskmanager/taskqueue-web/public/favicon.ico b/taskmanager/taskqueue-web/public/favicon.ico deleted file mode 100644 index ae7bbdb..0000000 Binary files a/taskmanager/taskqueue-web/public/favicon.ico and /dev/null differ diff --git a/taskmanager/taskqueue-web/public/icons/favicon-128x128.png b/taskmanager/taskqueue-web/public/icons/favicon-128x128.png deleted file mode 100644 index 1401176..0000000 Binary files a/taskmanager/taskqueue-web/public/icons/favicon-128x128.png and /dev/null differ diff --git a/taskmanager/taskqueue-web/public/icons/favicon-16x16.png b/taskmanager/taskqueue-web/public/icons/favicon-16x16.png deleted file mode 100644 index 679063a..0000000 Binary files a/taskmanager/taskqueue-web/public/icons/favicon-16x16.png and /dev/null differ diff --git a/taskmanager/taskqueue-web/public/icons/favicon-32x32.png b/taskmanager/taskqueue-web/public/icons/favicon-32x32.png deleted file mode 100644 index fd1fbc6..0000000 Binary files a/taskmanager/taskqueue-web/public/icons/favicon-32x32.png and /dev/null differ diff --git a/taskmanager/taskqueue-web/public/icons/favicon-96x96.png b/taskmanager/taskqueue-web/public/icons/favicon-96x96.png deleted file mode 100644 index e93b80a..0000000 Binary files a/taskmanager/taskqueue-web/public/icons/favicon-96x96.png and /dev/null differ diff --git a/taskmanager/taskqueue-web/public/icons/favicon.svg b/taskmanager/taskqueue-web/public/icons/favicon.svg new file mode 100644 index 0000000..e7891b8 --- /dev/null +++ b/taskmanager/taskqueue-web/public/icons/favicon.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/taskmanager/taskqueue-web/src/layouts/MainLayout.vue b/taskmanager/taskqueue-web/src/layouts/MainLayout.vue index 8efa0ca..e84f6bb 100644 --- a/taskmanager/taskqueue-web/src/layouts/MainLayout.vue +++ b/taskmanager/taskqueue-web/src/layouts/MainLayout.vue @@ -4,6 +4,7 @@ + Logo TaskQueue Dashboard