Skip to content

Commit

Permalink
fix: forbiding landing page on DOT (kodadot#6710)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarsen136 authored Aug 15, 2023
1 parent c96e3f9 commit df0e9f6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions components/landing/LandingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,13 @@
<script lang="ts" setup>
import type { Prefix } from '@kodadot1/static'
const hiddenCarrouselPrefixes: Prefix[] = ['movr', 'glmr']
const forbiddenPrefixesForTopCollections: Prefix[] = ['ksm', 'ahk', 'ahp']
const hiddenCarrouselPrefixes: Prefix[] = ['movr', 'glmr', 'dot']
const forbiddenPrefixesForTopCollections: Prefix[] = [
'ksm',
'ahk',
'ahp',
'dot',
]
const { urlPrefix } = usePrefix()
Expand Down

0 comments on commit df0e9f6

Please sign in to comment.