File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
mystbin/frontend/components Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,21 +5,21 @@ 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'
8+ import Head from " next/head" ;
99
1010export default function Base ( props : PropsWithChildren < { className : string } > ) {
1111 const { children, className } = props ;
1212
1313 return (
1414 < div className = { styles . Base } >
15- < Head >
15+ < Head >
1616 < title > MystBin</ title >
1717 < 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 >
18+ < script
19+ async
20+ src = "https://media.ethicalads.io/media/client/ethicalads.min.js"
21+ > </ script >
22+ </ Head >
2323 < div
2424 data-ea-publisher = "mystbin"
2525 data-ea-type = "text"
You can’t perform that action at this time.
0 commit comments