henrybuilt-js-library
Advanced tools
Comparing version 1.8.288 to 1.8.289
{ | ||
"name": "henrybuilt-js-library", | ||
"version": "1.8.288", | ||
"version": "1.8.289", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -13,3 +13,3 @@ module.exports = [ | ||
{title: 'The Henrybuilt Home', key: 'home', brand: 'henrybuilt', children: [ | ||
{title: 'Whole House', key: 'from-the-ground-up', brand: 'henrybuilt'}, | ||
{title: 'Whole House Stories', key: 'whole-house-stories', brand: 'henrybuilt'}, | ||
{title: 'Wardrobe', key: 'wardrobe', brand: 'henrybuilt'}, | ||
@@ -16,0 +16,0 @@ {title: 'Bath', key: 'bath', brand: 'henrybuilt'}, |
@@ -83,5 +83,9 @@ var determineDomain = require('../determine-domain/determine-domain'); | ||
var brandNameHref = brandDomains['henrybuilt']; | ||
if (_.includes(window.location.href, 'scaffolding')) brandNameHref = '/'; | ||
var $brandNameContainer = $(` | ||
<div class="brand-name-container"> | ||
<a class="brand-name" href="${brandDomains['henrybuilt']}">Henrybuilt</a> | ||
<a class="brand-name" href="${brandNameHref}">Henrybuilt</a> | ||
</div> | ||
@@ -88,0 +92,0 @@ `).appendTo($headerBar); |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
876296
8427