diff --git a/packages/extension-koni-ui/src/components/Layout/base/Base.tsx b/packages/extension-koni-ui/src/components/Layout/base/Base.tsx index 59d357b176..7c8e783caf 100644 --- a/packages/extension-koni-ui/src/components/Layout/base/Base.tsx +++ b/packages/extension-koni-ui/src/components/Layout/base/Base.tsx @@ -37,16 +37,6 @@ const Component = ({ backgroundImages, backgroundStyle, children, className, hea const { language } = useSelector((state) => state.settings); const tabBarItems = useMemo((): Array & { url: string }> => ([ - { - icon: { - type: 'phosphor', - phosphorIcon: Wallet, - weight: 'fill' - }, - label: t('Wallet'), - key: 'tokens', - url: '/home/tokens' - }, { icon: { type: 'customIcon', @@ -95,6 +85,16 @@ const Component = ({ backgroundImages, backgroundStyle, children, className, hea label: t('Airdrop'), key: 'airdrop', url: '/home/airdrop' + }, + { + icon: { + type: 'phosphor', + phosphorIcon: Wallet, + weight: 'fill' + }, + label: t('Wallet'), + key: 'tokens', + url: '/home/tokens' } // { // icon: {