Skip to content

Commit b37d4ce

Browse files
committed
Move v-tippy into the component
1 parent 09c46ec commit b37d4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Frontend/src/components/FAIcon.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ withDefaults(
1313
</script>
1414

1515
<template>
16-
<FontAwesomeIcon :icon="icon" :size="size" :title="title" />
16+
<FontAwesomeIcon :icon="icon" :size="size" v-tippy="title" />
1717
</template>

0 commit comments

Comments
 (0)