Skip to content

Commit 3b219b3

Browse files
committed
Fix code style issues with Prettier
1 parent c18902e commit 3b219b3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

mystbin/frontend/components/Base.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ import LogoMain from "../public/LogoMain";
55
import GitHubIcon from "@material-ui/icons/GitHub";
66
import DiscordColorIcon from "../icons/DiscordColour";
77
import TipModal from "./TipModal";
8-
import Head from 'next/head'
8+
import Head from "next/head";
99

1010
export 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"

0 commit comments

Comments
 (0)