Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Snehal Sonawane committed Aug 6, 2024
1 parent 16921a6 commit d07897c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"files": {
"main.css": "/nav-consumer/static/css/main.34ab584e.css",
"main.js": "/nav-consumer/static/js/main.b35c70a1.js",
"main.js": "/nav-consumer/static/js/main.76b2a2b0.js",
"static/js/453.e8d73487.chunk.js": "/nav-consumer/static/js/453.e8d73487.chunk.js",
"static/media/learn.png": "/nav-consumer/static/media/learn.ed09c2210d29f84a46a9.png",
"static/media/logo.svg": "/nav-consumer/static/media/logo.6ce24c58023cc2f8fd88fe9d219db6c6.svg",
"index.html": "/nav-consumer/index.html",
"main.34ab584e.css.map": "/nav-consumer/static/css/main.34ab584e.css.map",
"main.b35c70a1.js.map": "/nav-consumer/static/js/main.b35c70a1.js.map",
"main.76b2a2b0.js.map": "/nav-consumer/static/js/main.76b2a2b0.js.map",
"453.e8d73487.chunk.js.map": "/nav-consumer/static/js/453.e8d73487.chunk.js.map"
},
"entrypoints": [
"static/css/main.34ab584e.css",
"static/js/main.b35c70a1.js"
"static/js/main.76b2a2b0.js"
]
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/nav-consumer/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/nav-consumer/logo192.png"/><link rel="manifest" href="/nav-consumer/manifest.json"/><title>React App</title><script defer="defer" src="/nav-consumer/static/js/main.b35c70a1.js"></script><link href="/nav-consumer/static/css/main.34ab584e.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/nav-consumer/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/nav-consumer/logo192.png"/><link rel="manifest" href="/nav-consumer/manifest.json"/><title>React App</title><script defer="defer" src="/nav-consumer/static/js/main.76b2a2b0.js"></script><link href="/nav-consumer/static/css/main.34ab584e.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
2 changes: 1 addition & 1 deletion navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const privacyId = new URLSearchParams(window.location.search).get("privacyid");
const locale = new URLSearchParams(window.location.search).get("locale");
const navBranch = new URLSearchParams(window.location.search).get("navbranch") || "gnav";
const unavComponents = new URLSearchParams(window.location.search).get("unav") || "appswitcher,profile,notifications";
const imsClientId = new URLSearchParams(window.location.search).get("imsclientid") || "adobedotcom";
const imsClientId = new URLSearchParams(window.location.search).get("imsclientid") || "adobedotcom-cc";
const redirect = new URLSearchParams(window.location.search).get("redirect") || "off";

async function init() {
Expand Down
6 changes: 3 additions & 3 deletions static/js/main.b35c70a1.js → static/js/main.76b2a2b0.js

Large diffs are not rendered by default.

File renamed without changes.

Large diffs are not rendered by default.

0 comments on commit d07897c

Please sign in to comment.