Skip to content

Commit

Permalink
🚚 rename rmrk2 to ksm in components/navbar/NavbarExploreOptions.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival committed Apr 11, 2023
1 parent dc0e312 commit 069612f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/navbar/NavbarExploreOptions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const { availableChains } = useChain()
const filteredChains = computed(() => {
return availableChains?.value.filter((chain) => {
return ['rmrk2', 'bsx', 'rmrk'].includes(chain.value)
return ['ksm', 'bsx', 'rmrk'].includes(chain.value)
})
})
Expand Down

0 comments on commit 069612f

Please sign in to comment.