Skip to content

Commit

Permalink
Update components/landing/SearchLanding.vue
Browse files Browse the repository at this point in the history
Co-authored-by: roiLeo <medina.leo42@gmail.com>
  • Loading branch information
yangwao and roiLeo authored Aug 21, 2023
1 parent c016fde commit 98839dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/landing/SearchLanding.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
:key="chain.value"
v-safe-href="`/${chain.value}/explore/collectibles`"
:class="['m-2', 'chain-option active']"
@click="switchChain(chain.value, $event)">
@click.prevent="switchChain(chain.value)">
{{ chainText(chain.text) }}
<sup v-if="chain.text.includes('[Beta]')" class="beta-text is-size-7">
{{ $t('beta') }}</sup
Expand Down

0 comments on commit 98839dd

Please sign in to comment.