Skip to content

Commit

Permalink
refactor(misc): change demo sitekey
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjithkumar017 committed May 8, 2021
1 parent 8664d6f commit 1ef26b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/src/config/categoryLinkConfigurations.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const categoryLinks = [
},
{ path: 'categoryPath:cat740011', id: 'grips', label: 'New' },
{
path: 'categoryPath:cat890004',
path: 'categoryPath:cat120002',
id: 'balls',
label: 'Sale '
}
Expand Down
2 changes: 1 addition & 1 deletion demo/src/pages/Balls.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Balls = () => {
const { productType, setProductType } = useContext(ProductTypeContext);
useEffect(() => {
window.UnbxdAnalyticsConf = {};
window.UnbxdAnalyticsConf['page'] = 'categoryPath:cat890004';
window.UnbxdAnalyticsConf['page'] = 'categoryPath:cat120002';
window.UnbxdAnalyticsConf['page_type'] = 'BOOLEAN';
setProductType('CATEGORY');
}, []);
Expand Down
4 changes: 2 additions & 2 deletions demo/src/pages/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ const Search = () => {

return (
<UnbxdSearchWrapper
siteKey="ss-unbxd-ner-demo-site7501612449283"
apiKey="955731f5d1c36ebbc704687b9bfd9b09"
siteKey="demo-unbxd700181503576558"
apiKey="fb853e3332f2645fac9d71dc63e09ec1"
getCategoryId={getCategoryId}
searchConfigurations={searchConfigurations}
productType={productType}
Expand Down

0 comments on commit 1ef26b6

Please sign in to comment.