changes to index

This commit is contained in:
Bart van der Braak 2020-01-31 06:28:08 +01:00
parent 2b35c86354
commit 226454f3c7
3 changed files with 2 additions and 3 deletions

View file

@ -9,9 +9,8 @@
</head> </head>
<body> <body>
<noscript> <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> </noscript>
<div id="app"></div> <div id="app"></div>
<!-- built files will be auto injected -->
</body> </body>
</html> </html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

View file

@ -1,6 +1,6 @@
<template> <template>
<li class="nav-item"> <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"> <img class="mx-2" v-if="icon_url" :src="require(`../assets/${icon_url}`)" width="42" height="42">
<span class="h6">{{ title }}</span> <span class="h6">{{ title }}</span>
</a> </a>