Changed tools to Tools & Libraries - top nav left as just tools
This commit is contained in:
@@ -46,8 +46,8 @@ const shortcutLinks = [
|
||||
url: WebsitePaths.DocsGuides,
|
||||
},
|
||||
{
|
||||
heading: 'Tools',
|
||||
description: 'Browse and filter through all the open-source 0x developer tools',
|
||||
heading: 'Tools & Libraries',
|
||||
description: 'Browse and filter through all the open-source 0x developer tools and libraries',
|
||||
icon: 'tools',
|
||||
url: WebsitePaths.DocsTools,
|
||||
},
|
||||
|
||||
@@ -26,7 +26,7 @@ interface IHitsProps {
|
||||
export const DocsTools: React.FC = () => {
|
||||
const nameToSearchIndex = getNameToSearchIndex(environments.getEnvironment());
|
||||
return (
|
||||
<DocsPageLayout title="Tools">
|
||||
<DocsPageLayout title="Tools & Libraries">
|
||||
<InstantSearch searchClient={searchClient} indexName={nameToSearchIndex.tools}>
|
||||
<Configure hitsPerPage={hitsPerPage.pages} />
|
||||
<Columns>
|
||||
|
||||
Reference in New Issue
Block a user