This commit is contained in:
Kyle Corbitt
2023-06-26 14:57:53 -07:00
parent ce783f6279
commit 12af15ae32
4 changed files with 25 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ export default function AppNav(props: { children: React.ReactNode; title?: strin
return (
<Flex minH="100vh">
<Head>
<title>{props.title ? `${props.title} | Prompt Bench` : "Prompt Bench"}</title>
<title>{props.title ? `${props.title} | Prompt Lab` : "Prompt Lab"}</title>
</Head>
{/* Placeholder for now */}
<Box bgColor="gray.100" flexShrink={0} width="200px">