Skip to content

Commit 8dd836b

Browse files
authored
Ok apparently yarn is bad...
1 parent dc3cd9c commit 8dd836b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mystbin/frontend/components/Base.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ import GitHubIcon from "@material-ui/icons/GitHub";
66
import DiscordColorIcon from "../icons/DiscordColour";
77
import TipModal from "./TipModal";
88
import Head from "next/head";
9-
import Script from "next/script";
109

1110
export default function Base(props: PropsWithChildren<{ className: string }>) {
1211
const { children, className } = props;
1312

1413
return (
1514
<div className={styles.Base}>
16-
<Script src="https://media.ethicalads.io/media/client/ethicalads.min.js" />
15+
<script async src="https://media.ethicalads.io/media/client/ethicalads.min.js"></script>
1716
<div
1817
data-ea-publisher="mystbin"
1918
data-ea-type="text"

0 commit comments

Comments
 (0)