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 08ecd30 commit 5dbe68fCopy full SHA for 5dbe68f
src/components/IconDetail.vue
@@ -266,7 +266,7 @@ const collection = computed(() => {
266
</div>
267
<a
268
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"
+ :href="`https://icon-sets.iconify.design/${collection.id}/?icon-filter=${icon.split(':')[1]}`" target="_blank"
270
>
271
Iconify
272
</a>
0 commit comments