Skip to content

Commit 5dbe68f

Browse files
authored
fix: iconify URL parameter from 'query' to 'icon-filter' (#359)
1 parent 08ecd30 commit 5dbe68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/IconDetail.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ const collection = computed(() => {
266266
</div>
267267
<a
268268
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"
269+
:href="`https://icon-sets.iconify.design/${collection.id}/?icon-filter=${icon.split(':')[1]}`" target="_blank"
270270
>
271271
Iconify
272272
</a>

0 commit comments

Comments
 (0)