@salesforcedevs/dx-components 0.18.7 → 0.18.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforcedevs/dx-components",
3
- "version": "0.18.7",
3
+ "version": "0.18.8",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -29,5 +29,5 @@
29
29
  "@types/debounce": "^1.2.0",
30
30
  "@types/lodash.get": "^4.4.6"
31
31
  },
32
- "gitHead": "c73d2695e7f99b7909dec767f606c7ad05c8ef09"
32
+ "gitHead": "4e4e55a3a3bd327d3d96b03ec560c3081f12ce3b"
33
33
  }
@@ -285,7 +285,7 @@ export default class SidebarSearch extends LightningElement {
285
285
 
286
286
  const isNestedGuide = clickUri.includes("/guide/");
287
287
  const isGuide = clickUri.endsWith("/guide") || isNestedGuide;
288
- const isReference = clickUri.endsWith("/reference");
288
+ const isReference = clickUri.endsWith("/references");
289
289
  const isApex = !!sfhtml_url__c;
290
290
 
291
291
  let pathname;