changes to index

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

View file

@ -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>