File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -258,6 +258,7 @@ nav {
258
258
grid-column : 1 / -1 ;
259
259
display : grid;
260
260
grid-template-columns : var (--text-content-width-iphone-13 ) 1fr ;
261
+ margin-top : 2rem ;
261
262
grid-auto-rows : max-content;
262
263
}
263
264
@@ -703,7 +704,6 @@ atomic-search-layout atomic-layout-section[section="search"] {
703
704
704
705
.sidebar .sidebar-navigation ul li .current {
705
706
background-color : oklch (var (--color-brand ));
706
- z-index : 999 ;
707
707
}
708
708
709
709
.sidebar .sidebar-navigation ul li .partial-box {
Original file line number Diff line number Diff line change @@ -25,8 +25,9 @@ async function atomicCoveo() {
25
25
const searchInterface = document . querySelector ( '#search-v2' ) ;
26
26
const searchInterfaceStandalone =
27
27
document . querySelector ( '#search-standalone' ) ;
28
- const token = localStorage . getItem ( 'coveo_jwt_v1' ) ;
29
- const org_id = localStorage . getItem ( 'coveo_org_id_v1' ) ;
28
+ const token =
29
+ 'eyJhbGciOiJIUzI1NiJ9.eyJzZWFyY2hIdWIiOiJIVUJfRVNfTmdpbnhfRG9jc19BbmRfT3JnIiwidjgiOnRydWUsInRva2VuSWQiOiJyNHpncXRrdDcyNXdidnJiMjc2b3dma21iNCIsIm9yZ2FuaXphdGlvbiI6ImY1bmV0d29ya3Nwcm9kdWN0aW9uNXZraG4wMGgiLCJ1c2VySWRzIjpbeyJ0eXBlIjoiVXNlciIsIm5hbWUiOiJhbm9ueW1vdXMiLCJwcm92aWRlciI6IkVtYWlsIFNlY3VyaXR5IFByb3ZpZGVyIn1dLCJyb2xlcyI6WyJxdWVyeUV4ZWN1dG9yIl0sImlzcyI6IlNlYXJjaEFwaSIsImV4cCI6MTc0MzAzNTQ5OSwiaWF0IjoxNzQyOTQ5MDk5fQ.zy3MXA5Pw4Y2Oh8XuLQgaAKZX37aaF6PJgqSXEY6Y7c' ;
30
+ const org_id = 'f5networksproduction5vkhn00h' ;
30
31
let searchObj = { token, org_id } ;
31
32
32
33
if ( token === null || org_id === null || isJwtExpired ( token ) ) {
You can’t perform that action at this time.
0 commit comments