Commit c0429dbe authored by Max Alekseenko's avatar Max Alekseenko

marketplace -> dappscout

parent a884fbaa
......@@ -159,7 +159,7 @@ export default function useNavItems(): ReturnType {
isActive: pathname.startsWith('/token'),
},
config.features.marketplace.isEnabled ? {
text: 'Apps',
text: 'DApps',
nextRoute: { pathname: '/apps' as const },
icon: appsIcon,
isActive: pathname.startsWith('/app'),
......
......@@ -12,7 +12,7 @@ const Page: NextPage = () => {
return (
<PageNextJs pathname="/apps">
<>
<PageTitle title="Marketplace"/>
<PageTitle title="DAppscout"/>
<Marketplace/>
</>
</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