File tree Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import {
1111 shareJwtTextElement ,
1212} from "./dom-elements.js" ;
1313import { CCPAModal } from "./ccpa-modal.js" ;
14+ import { TopBanner } from "./top-banner.js" ;
1415
1516import queryString from "querystring" ;
1617
@@ -55,3 +56,4 @@ setupHighlighting();
5556setupJwtCounter ( ) ;
5657setupShareJwtButton ( shareJwtButton , shareJwtTextElement ) ;
5758CCPAModal ( ) ;
59+ TopBanner ( ) ;
Original file line number Diff line number Diff line change @@ -2,9 +2,11 @@ import { CCPAModal } from "../ccpa-modal.js";
22import { setupJwtCounter } from "../counter.js" ;
33import { setupHighlighting } from "../highlighting.js" ;
44import { setupNavbar } from "../navbar.js" ;
5+ import { TopBanner } from "../top-banner.js" ;
56
67// Initialization
78setupNavbar ( ) ;
89setupHighlighting ( ) ;
910setupJwtCounter ( ) ;
1011CCPAModal ( ) ;
12+ TopBanner ( ) ;
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import { CCPAModal } from "../ccpa-modal.js";
22import { setupJwtCounter } from "../counter.js" ;
33import { setupHighlighting } from "../highlighting.js" ;
44import { setupNavbar } from "../navbar.js" ;
5+ import { TopBanner } from "../top-banner.js" ;
56import { setupLibraries } from "./libraries.js" ;
67
78// Initialization
@@ -10,3 +11,4 @@ setupLibraries();
1011setupHighlighting ( ) ;
1112setupJwtCounter ( ) ;
1213CCPAModal ( ) ;
14+ TopBanner ( ) ;
Original file line number Diff line number Diff line change 1- nav.navbar.closed
1+ .top-banner-bg
2+ .top-banner
3+ .top-banner-container
4+ a( href ="https://a0.to/jwt-io-feedback" target ="_blank" ) Help us shape the future of jwt.io! Learn more about upcoming changes and share feedback.
5+ span( aria-hiden ="true" ) →
6+ button.close-top-banner +
7+
8+ .top-banner-spacer
9+
10+ nav.navbar.closed.top-banner-open
211 .container
312 .top-mobile
413 .menu-trigger
You can’t perform that action at this time.
0 commit comments