Style tweaks

This commit is contained in:
MICHAEL JACKSON
2018-02-26 20:05:22 -08:00
parent 347c993407
commit 340c8ce117
4 changed files with 6 additions and 6 deletions

View File

@ -49,7 +49,7 @@ function MainPage({
e(
"body",
null,
e("div", { id: "app", dangerouslySetInnerHTML: { __html: content } }),
e("div", { id: "root", dangerouslySetInnerHTML: { __html: content } }),
scripts.map(s => e("script", { key: s, src: s }))
)
);