diff --git a/public/index.html b/public/index.html index d69afd4..3ed7dad 100644 --- a/public/index.html +++ b/public/index.html @@ -9,9 +9,8 @@ </head> <body> <noscript> - <strong>We're sorry but vue-slayweightcalc doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> + <strong>We're sorry but SlayerWeightCalc doesn't work at all without JavaScript enabled. Please enable it to continue.</strong> </noscript> <div id="app"></div> - <!-- built files will be auto injected --> </body> </html> diff --git a/src/assets/favicon.ico b/src/assets/favicon.ico deleted file mode 100644 index bd831e5..0000000 Binary files a/src/assets/favicon.ico and /dev/null differ diff --git a/src/components/NavItem.vue b/src/components/NavItem.vue index 043e53a..f26382d 100644 --- a/src/components/NavItem.vue +++ b/src/components/NavItem.vue @@ -1,6 +1,6 @@ <template> <li class="nav-item"> - <a class="nav-link" v-bind:class="{ active: isActive }" href="#"> + <a class="nav-link active" v-bind:class="{ active: isActive }" href="#"> <img class="mx-2" v-if="icon_url" :src="require(`../assets/${icon_url}`)" width="42" height="42"> <span class="h6">{{ title }}</span> </a>