diff --git a/packages/app/src/components/Footer/index.tsx b/packages/app/src/components/Footer/index.tsx index 0986e45e..89e53570 100644 --- a/packages/app/src/components/Footer/index.tsx +++ b/packages/app/src/components/Footer/index.tsx @@ -1,6 +1,7 @@ import { ComponentProps, FC } from 'react' import clsx from 'clsx' import { useTranslation } from 'react-i18next' +import Link from 'next/link' import styles from './index.module.scss' import IconFullLogo from './full-logo.svg' import { Contacts } from '../Contacts' @@ -35,7 +36,9 @@ export const Footer: FC = props => { })} >
- {serviceStateText} + + {serviceStateText} +
@@ -50,11 +53,19 @@ export const Footer: FC = props => { {t('Neuron Wallet')} - {t('CKB Explorer')} - {t('Godwoke Explorer')} - {t('Axon Explorer')} - {t('Kuai')} - + + {t('CKB Explorer')} + + + {t('Godwoke Explorer')} + + + {t('Axon Explorer')} + + + {t('Kuai')} + + {t('Public Node')}