bold text if acive page

This commit is contained in:
ogerly 2022-01-24 16:25:40 +01:00
parent b7b018f811
commit d0fdd57b7d

View File

@ -4,7 +4,7 @@
<p></p>
<div class="mb-6">
<b-nav vertical class="w-200">
<b-nav-item to="/overview" class="mb-3" active>
<b-nav-item to="/overview" class="mb-3">
<b-icon icon="house" aria-hidden="true"></b-icon>
{{ $t('overview') }}
</b-nav-item>
@ -52,3 +52,8 @@ export default {
},
}
</script>
<style>
.active {
font-weight: bold;
}
</style>