remove unnecessary quotes on cell output

This commit is contained in:
Kyle Corbitt
2023-06-26 22:26:53 -07:00
parent 844e133745
commit c7eabbf376
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ import AppShell from "~/components/nav/AppShell";
export default function Home() {
return (
<AppShell title="Experiment not found">
<AppShell>
<Center h="100vh">
<div>Select an experiment from the sidebar to get started!</div>
</Center>