File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
mystbin/frontend/components Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,17 @@ 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'
910
1011export default function Base ( props : PropsWithChildren < { className : string } > ) {
1112 const { children, className } = props ;
1213
1314 return (
1415 < div className = { styles . Base } >
1516 < Head >
16- < title > MystBin</ title >
17- < meta name = "viewport" content = "initial-scale=1.0, width=device-width" />
18- < script
19- async
17+ < Script
2018 src = "https://media.ethicalads.io/media/client/ethicalads.min.js"
21- > </ script >
19+ > </ Script >
2220 </ Head >
2321 < div
2422 data-ea-publisher = "mystbin"
You can’t perform that action at this time.
0 commit comments