mirror of
https://github.com/bartvdbraak/SlayerWeightCalculator.git
synced 2025-04-27 09:41:19 +00:00
changes to index
This commit is contained in:
parent
2b35c86354
commit
226454f3c7
3 changed files with 2 additions and 3 deletions
|
@ -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>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 112 KiB |
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue