We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fdcdae + dde7acb commit bda16ddCopy full SHA for bda16dd
1 file changed
frontend/pages/_document.tsx
@@ -14,6 +14,7 @@ const Document = () => {
14
<body>
15
<Main />
16
<NextScript />
17
+ <script src="https://status.pennlabs.org/banner.js" defer />
18
</body>
19
</Html>
20
);
0 commit comments