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 {
258258 grid-column : 1 / -1 ;
259259 display : grid;
260260 grid-template-columns : var (--text-content-width-iphone-13 ) 1fr ;
261+ margin-top : 2rem ;
261262 grid-auto-rows : max-content;
262263}
263264
@@ -703,7 +704,6 @@ atomic-search-layout atomic-layout-section[section="search"] {
703704
704705.sidebar .sidebar-navigation ul li .current {
705706 background-color : oklch (var (--color-brand ));
706- z-index : 999 ;
707707}
708708
709709.sidebar .sidebar-navigation ul li .partial-box {
Original file line number Diff line number Diff line change @@ -25,8 +25,9 @@ async function atomicCoveo() {
2525 const searchInterface = document . querySelector ( '#search-v2' ) ;
2626 const searchInterfaceStandalone =
2727 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' ;
3031 let searchObj = { token, org_id } ;
3132
3233 if ( token === null || org_id === null || isJwtExpired ( token ) ) {
You can’t perform that action at this time.
0 commit comments