Skip to content

Commit

Permalink
Fix(www): uppercase breadcrumbTitles and change separator to C… (#15643)
Browse files Browse the repository at this point in the history
* Fix(www): uppercase breadcrumbTitles

* change separator to ChevronLeft
  • Loading branch information
muescha authored and gillkyle committed Jul 11, 2019
1 parent 5fc7962 commit 52bdc52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion www/src/components/docs-breadcrumb.js
Expand Up @@ -45,7 +45,7 @@ const Breadcrumb = ({ itemList, location }) => {
{topLevelTitle}
</BreadcrumbNav>
<BreadcrumbNav mobile>
<Separator character="<" />
<Separator character={<ChevronLeft />} />
<Link to="/">Home</Link>
</BreadcrumbNav>
</>
Expand Down
4 changes: 2 additions & 2 deletions www/src/data/sidebars/doc-links.yaml
Expand Up @@ -77,7 +77,7 @@
breadcrumbTitle: Babel Plugin Macros
- title: Adding a Custom Webpack Config
link: /docs/add-custom-webpack-config/
breadcrumbTitle: webpack Config
breadcrumbTitle: Webpack Config
- title: Customizing html.js
link: /docs/custom-html/
breadcrumbTitle: html.js
Expand Down Expand Up @@ -145,7 +145,7 @@
breadcrumbTitle: Netlify CMS
- title: Sourcing from WordPress
link: /docs/sourcing-from-wordpress/
breadcrumbTitle: Wordpress
breadcrumbTitle: WordPress
- title: Sourcing from Prismic
link: /docs/sourcing-from-prismic/
breadcrumbTitle: Prismic
Expand Down

0 comments on commit 52bdc52

Please sign in to comment.