Skip to content

Commit a21ee25

Browse files
authored
chore: remove devdays banner (jsonwebtoken#657)
1 parent d45c87a commit a21ee25

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/website/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import {
1111
shareJwtTextElement,
1212
} from "./dom-elements.js";
1313
import { CCPAModal } from "./ccpa-modal.js";
14-
import { TopBanner } from "./top-banner.js";
1514

1615
import queryString from "querystring";
1716

@@ -55,5 +54,4 @@ parseLocationQuery();
5554
setupHighlighting();
5655
setupJwtCounter();
5756
setupShareJwtButton(shareJwtButton, shareJwtTextElement);
58-
CCPAModal();
59-
TopBanner();
57+
CCPAModal();

0 commit comments

Comments
 (0)