We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5bad2f commit 8e46978Copy full SHA for 8e46978
src/website/introduction/index.js
@@ -1,6 +1,8 @@
1
import { setupHighlighting } from "../highlighting.js";
2
import { setupJwtCounter } from "../counter.js";
3
+import { TopBanner } from "../top-banner.js";
4
5
// Initialization
6
setupHighlighting();
7
setupJwtCounter();
8
+TopBanner();
src/website/libraries/index.js
@@ -1,8 +1,10 @@
import { setupLibraries } from "./libraries.js";
setupLibraries();
-setupJwtCounter();
9
+setupJwtCounter();
10
0 commit comments