Commit c0429dbe authored by Max Alekseenko's avatar Max Alekseenko

marketplace -> dappscout

parent a884fbaa
...@@ -159,7 +159,7 @@ export default function useNavItems(): ReturnType { ...@@ -159,7 +159,7 @@ export default function useNavItems(): ReturnType {
isActive: pathname.startsWith('/token'), isActive: pathname.startsWith('/token'),
}, },
config.features.marketplace.isEnabled ? { config.features.marketplace.isEnabled ? {
text: 'Apps', text: 'DApps',
nextRoute: { pathname: '/apps' as const }, nextRoute: { pathname: '/apps' as const },
icon: appsIcon, icon: appsIcon,
isActive: pathname.startsWith('/app'), isActive: pathname.startsWith('/app'),
......
...@@ -12,7 +12,7 @@ const Page: NextPage = () => { ...@@ -12,7 +12,7 @@ const Page: NextPage = () => {
return ( return (
<PageNextJs pathname="/apps"> <PageNextJs pathname="/apps">
<> <>
<PageTitle title="Marketplace"/> <PageTitle title="DAppscout"/>
<Marketplace/> <Marketplace/>
</> </>
</PageNextJs> </PageNextJs>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment