diff --git a/components/layout/Footer.tsx b/components/layout/Footer.tsx index 9a793b5..6d8cf8c 100644 --- a/components/layout/Footer.tsx +++ b/components/layout/Footer.tsx @@ -10,6 +10,7 @@ import { NekoShop, WagmiConics, } from '@configs/links' +import ArrowLink from '@components/icons/ArrowLink' export default function Footer() { return ( @@ -48,22 +49,42 @@ export default function Footer() { links: [ { href: NekoNFT, - text: 'NFT', + // @ts-ignore + text: ( +
+ NFT +
+ ), newTab: true, }, { href: '#', - text: 'Wallet', + // @ts-ignore + text: ( +
+ Wallet +
+ ), newTab: true, }, { href: NekoShop, - text: 'Shop', newTab: true, + // @ts-ignore + text: ( +
+ Shop +
+ ), }, { href: WagmiConics, - text: 'Comic', + // @ts-ignore + text: ( +
+ Comic +
+ ), newTab: true, }, ], diff --git a/components/layout/Navbar.tsx b/components/layout/Navbar.tsx index 3d2e25d..d36443e 100644 --- a/components/layout/Navbar.tsx +++ b/components/layout/Navbar.tsx @@ -1,4 +1,5 @@ import InstallButton, { installContentMenus } from '@components/InstallButton' +import ArrowLink from '@components/icons/ArrowLink' import { NekoNFT, NekoShop } from '@configs/links' import { Accordion, @@ -23,7 +24,7 @@ const shareItems = [ href={NekoNFT} target="_blank" > - NFT + NFT , , ,