We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd8752 commit af087a4Copy full SHA for af087a4
src/components/IconDetail.vue
@@ -265,13 +265,13 @@ const collection = computed(() => {
265
View on
266
</div>
267
<a
268
- v-if="collection" class="btn small mr-1 mb-1 opacity-75"
+ v-if="collection" class="btn small mr-1 mb-1 opacity-75 inline-flex"
269
:href="`https://icon-sets.iconify.design/${collection.id}/?query=${icon.split(':')[1]}`" target="_blank"
270
>
271
Iconify
272
</a>
273
274
275
:href="`https://uno.antfu.me/?s=i-${icon.replace(':', '-')}`" target="_blank"
276
277
UnoCSS
0 commit comments