Skip to content

Commit

Permalink
feat: disabled some links in the header
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteMinds committed Sep 20, 2023
1 parent 8367375 commit 0ebcedf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/app/src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ const MenuDialog: FC = () => {
<div className={styles.title}>{t('Services')}</div>
<div className={styles.links}>
<LinkWithEffect href="https://neuron.magickbase.com/">{t('Neuron Wallet')}</LinkWithEffect>
<LinkWithEffect href="https://ckb.magickbase.com/">{t('CKB Explorer')}</LinkWithEffect>
<LinkWithEffect href="https://godwoke.magickbase.com/">{t('Godwoke Explorer')}</LinkWithEffect>
<LinkWithEffect href="https://axon.magickbase.com/">{t('Axon Explorer')}</LinkWithEffect>
<LinkWithEffect href="https:/kuai.magickbase.com/">{t('Kuai')}</LinkWithEffect>
<span title="Coming soon">{t('CKB Explorer')}</span>
<span title="Coming soon">{t('Godwoke Explorer')}</span>
<span title="Coming soon">{t('Axon Explorer')}</span>
<span title="Coming soon">{t('Kuai')}</span>
</div>

<LinkWithEffect
Expand Down

1 comment on commit 0ebcedf

@vercel
Copy link

@vercel vercel bot commented on 0ebcedf Sep 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.