Skip to content

Commit

Permalink
feat: add glyphicons support #161
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab committed Feb 13, 2024
1 parent 652c100 commit a9541de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/UI/TeritorioIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default defineNuxtComponent({

<template>
<i
v-if="!Boolean(image) && picto.startsWith('teritorio')"
v-if="!Boolean(image) && (picto.startsWith('teritorio') || picto.startsWith('glyphicons'))"
:class="[
picto,
!useNativeAlignment && 'tw-flex tw-items-center tw-justify-center',
Expand Down

0 comments on commit a9541de

Please sign in to comment.