mirror of
https://github.com/bartvdbraak/SlayerWeightCalculator.git
synced 2025-06-28 15:29:15 +00:00
changes to index
This commit is contained in:
parent
2b35c86354
commit
226454f3c7
3 changed files with 2 additions and 3 deletions
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…
Add table
Add a link
Reference in a new issue