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 2aef26f commit 9044234Copy full SHA for 9044234
src/website/index.js
@@ -11,6 +11,7 @@ import {
11
shareJwtTextElement,
12
} from "./dom-elements.js";
13
import { CCPAModal } from "./ccpa-modal.js";
14
+import { TopBar } from "./topbar.js";
15
16
import queryString from "querystring";
17
@@ -54,4 +55,5 @@ parseLocationQuery();
54
55
setupHighlighting();
56
setupJwtCounter();
57
setupShareJwtButton(shareJwtButton, shareJwtTextElement);
-CCPAModal();
58
+CCPAModal();
59
+TopBar();
src/website/topbar.js
@@ -0,0 +1,3 @@
1
+export function TopBar() {
2
+
3
+}
0 commit comments