File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
mystbin/frontend/components Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,15 @@ import GitHubIcon from "@material-ui/icons/GitHub";
66import DiscordColorIcon from "../icons/DiscordColour" ;
77import TipModal from "./TipModal" ;
88import Head from "next/head" ;
9- import Script from ' next/script'
9+ import Script from " next/script" ;
1010
1111export default function Base ( props : PropsWithChildren < { className : string } > ) {
1212 const { children, className } = props ;
1313
1414 return (
1515 < div className = { styles . Base } >
1616 < Head >
17- < Script
18- src = "https://media.ethicalads.io/media/client/ethicalads.min.js"
19- > </ Script >
17+ < Script src = "https://media.ethicalads.io/media/client/ethicalads.min.js" > </ Script >
2018 </ Head >
2119 < div
2220 data-ea-publisher = "mystbin"
You can’t perform that action at this time.
0 commit comments