Cleanup debug views

This commit is contained in:
Gabe Kangas
2020-11-11 19:48:12 -08:00
parent 7316d512c6
commit 2fe1277cfa
4 changed files with 1 additions and 54 deletions

View File

@@ -149,24 +149,9 @@ export default function ServerConfig() {
return (
<div>
<h2>Server Config</h2>
<p>
Display this data all pretty, most things will be editable in the
future, not now.
</p>
<div
style={{
border: "1px solid pink",
width: "100%",
overflow: "auto",
}}
>
<InstanceDetails config={config} />
<SocialHandles config={config} />
<PageContent config={config} />
{JSON.stringify(config)}
</div>
</div>
);
}