This commit is contained in:
2023-04-27 12:35:08 +02:00
parent 552cd7269b
commit 3f9393f09b
9 changed files with 48 additions and 17 deletions

View File

@@ -6,7 +6,7 @@ const props = defineProps<{
</script>
<template>
<a
class="text-opacity-50 text-decoration-none w-100 d-block"
class="text-decoration-none w-100 d-block"
:class="props.active ? 'link-primary fw-bolder' : 'link-secondary'"
>
<i :class="`bi bi-${props.icon}`" class="me-2" v-if="props.icon"></i