Skip to content

Commit f5c0d59

Browse files
Merge pull request #17 from newfold-labs/fix/brand-name
Fix bug retrieving brand name
2 parents 147875b + b2d357e commit f5c0d59

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

build/index.asset.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
<?php return array(
2-
'dependencies' => array(),
3-
'version' => '4031825d10acfd107936',
4-
);
1+
<?php return array('dependencies' => array(), 'version' => 'bb67971ce0533fc3cea2');

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
return url;
3939
}
4040

41-
const brand = window.NewfoldRuntime?.brand || 'bluehost';
41+
const brand = window.NewfoldRuntime?.plugin?.brand || 'bluehost';
4242

4343
const utmSource =
4444
window.location.pathname +

0 commit comments

Comments
 (0)