Skip to content

Commit eacbf11

Browse files
committed
linter fix
1 parent 8673f86 commit eacbf11

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

frontend/pages/_document.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ const Document = () => {
1414
<body>
1515
<Main />
1616
<NextScript />
17-
<script src="https://status.pennlabs.org/banner.js" defer></script>
17+
<script
18+
src="https://status.pennlabs.org/banner.js"
19+
defer
20+
/>
1821
</body>
1922
</Html>
2023
);

0 commit comments

Comments
 (0)