Skip to content

Commit

Permalink
use correct contract address (#386)
Browse files Browse the repository at this point in the history
ungarson authored May 5, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 949181b commit d317ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/extended_search/ResultItem.vue
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@
<template v-else-if="item.type === 'token_metadata'">
<span class="hash">Tokens</span>
<span class="text--secondary" style="font-size: 20px;"> → </span>
<router-link class="serp-link" target="_blank" :to="`/${item.body.network}/${item.value}/tokens/?token_id=${item.body.token_id}`">
<router-link class="serp-link" target="_blank" :to="`/${item.body.network}/${item.body.contract}/tokens?token_id=${item.body.token_id}`">
<span v-if="item.body.name" v-html="highlight(item.body.name)" class="alias"></span>
</router-link>
</template>

0 comments on commit d317ef6

Please sign in to comment.