File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
mystbin/frontend/components Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -5,21 +5,26 @@ import LogoMain from "../public/LogoMain";
55import GitHubIcon from "@material-ui/icons/GitHub" ;
66import DiscordColorIcon from "../icons/DiscordColour" ;
77import TipModal from "./TipModal" ;
8+ import Head from 'next/head'
89
910export default function Base ( props : PropsWithChildren < { className : string } > ) {
1011 const { children, className } = props ;
1112
1213 return (
1314 < div className = { styles . Base } >
15+ < Head >
16+ < title > MystBin</ title >
17+ < meta name = "viewport" content = "initial-scale=1.0, width=device-width" />
18+ < script
19+ async
20+ src = "https://media.ethicalads.io/media/client/ethicalads.min.js"
21+ > </ script >
22+ </ Head >
1423 < div
1524 data-ea-publisher = "mystbin"
1625 data-ea-type = "text"
1726 data-ea-style = "fixedfooter"
1827 > </ div >
19- < script
20- async
21- src = "https://media.ethicalads.io/media/client/ethicalads.min.js"
22- > </ script >
2328
2429 < OptsBar />
2530 < TipModal />
You can’t perform that action at this time.
0 commit comments